Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification request for the number of consumer threads for the scheduler queue #1065

Open
taniwha3 opened this issue Nov 22, 2022 · 1 comment

Comments

@taniwha3
Copy link

In the scaling mastodon page, this line is not clear to me.

Make sure you only have one scheduler queue running!!

Does this mean we should only have one consumer working on the scheduler queue at a time? Or do we mean only one queue named scheduler but multiple consumers are ok?

E.g., is a single sidekiq -c 1 -q scheduler the only correct way to run it?

Would sidekiq -c 5 -q scheduler be incorrect?

@krisnova
Copy link

Also interested in this. The word "queue" is unclear. What exactly does this mean?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants