-
- Downloads
celery lock file cleanup actions at startup: move these actions to own python...
celery lock file cleanup actions at startup: move these actions to own python file to be explicitly run before starting celery (in systemd service file), as otherwise the code is not only executed on startup of celery, but just by loading flowspy.celery which happens, e.g., in each gunicorn worker process
Showing
- flowspy/celery.py 13 additions, 13 deletionsflowspy/celery.py
- flowspy/celery_preactions.py 30 additions, 0 deletionsflowspy/celery_preactions.py
- flowspy/run_celery_preactions 8 additions, 0 deletionsflowspy/run_celery_preactions
- flowspy/wsgi.py 3 additions, 0 deletionsflowspy/wsgi.py
- systemd/fod-celeryd.service.dist 1 addition, 0 deletionssystemd/fod-celeryd.service.dist
Loading
Please register or sign in to comment