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 under supervisord #2

Open
emanuil-tolev opened this issue Jun 18, 2013 · 0 comments
Open

celery under supervisord #2

emanuil-tolev opened this issue Jun 18, 2013 · 0 comments
Assignees

Comments

@emanuil-tolev
Copy link
Contributor

Figure out how to run celery so that it works properly ( .chain() works in particular) under supervisord. Have already figured out how to run 8 workers in parallel under supervisord, but they don't chain the tasks properly (only execute first task of chain and stop there). So for now still using "celery multi start 8" which daemonises itself, which means supervisord can't track it (it's always in the FATAL state).

Supervisord will at least start the celery daemon if the machine restarts, after which it will stay in FATAL forever until supervisord itself is restarted by something.

@ghost ghost assigned emanuil-tolev Jun 18, 2013
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