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

celery should only run tasks for its deployment status #413

Closed
btbonval opened this issue Feb 27, 2015 · 1 comment
Closed

celery should only run tasks for its deployment status #413

btbonval opened this issue Feb 27, 2015 · 1 comment

Comments

@btbonval
Copy link
Member

By default, celery worker and beat both run all queues.

Restrict queues to staging or production because each runs different versions of code.

We don't want production messages to be processed by newer code of staging's tasks or vice versa.

forked from #407

@btbonval
Copy link
Member Author

It looks like beat has no such queue switches. I guess beat talks to the local system and pushes tasks up to those mysteriously named queues for workers to execute? I don't really understand the differences in operation. I need a venn diagram and some powerpoint slides, instead there's a lot of source code.

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

1 participant