We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently when running in dev mode via docker/setEnv.sh dev the uwsgi container ill autoreload on code changes. But the celery worker will not reload.
docker/setEnv.sh dev
There used to be a --autoreload parameter for celery, but is is deprecated.
--autoreload
celery
For someone wanting to work on this, I found: https://blog.derlin.ch/auto-reload-plus-debug-django-and-django-celery-workers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently when running in dev mode via
docker/setEnv.sh dev
the uwsgi container ill autoreload on code changes.But the celery worker will not reload.
There used to be a
--autoreload
parameter forcelery
, but is is deprecated.For someone wanting to work on this, I found: https://blog.derlin.ch/auto-reload-plus-debug-django-and-django-celery-workers
The text was updated successfully, but these errors were encountered: