Skip to content

celery under supervisord #2

Description

@emanuil-tolev

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions