Skip to content

Weblate dockerized deployment - Scale out Celery #11046

Answered by nijel
csuriano23 asked this question in Q&A
Discussion options

You must be logged in to vote

What do you call a “celery master worker”? The Celery workers are described it the documentation (which you've linked), and there is no master among them. All workers are equal, and they only differ in configured queue to process. The only specific one is celery-beat which does not process any tasks, it just triggers scheduled background tasks which will be then executed by the other workers.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@csuriano23
Comment options

@nijel
Comment options

Answer selected by csuriano23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants