You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: