-
Notifications
You must be signed in to change notification settings - Fork 106
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
Research adding a supervisor to celery #4573
Labels
Comments
jason-upchurch
changed the title
Decouple celery from openFEC
Research/prototype decoupling celery from openFEC
Aug 21, 2020
closing pending research on best practices for placement of celery in different apps. |
jason-upchurch
changed the title
Research/prototype decoupling celery from openFEC
Research adding a supervisor to celery
Aug 21, 2020
3 tasks
Open
4 tasks
flower documentation: https://flower.readthedocs.io/en/latest/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User story
As a developer, I would like the ability for a supervisor process to oversee celery tasks so that corrective action can be taken outside of the app itself to preserve things like, for example, total number of times app was restarted, so that we don't potentially end up with infinite loops of restart attempts.
This issue stems from #4492, which originally discussed restarting the app from within a task.
Action items:
Completion criteria:
The text was updated successfully, but these errors were encountered: