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
Celery isn't being used (anymore).
python3.12 -m venv .venv source .venv/bin/activate pip install -r requirements/base.txt -r requirements/dev.txt -r requirements/docker.txt
pip freeze | grep -i celery
returns no results.
However, we have some Celery-related environment variables set in ietf/settings/dev.py.
ietf/settings/dev.py
CELERY_EAGER_PROPAGATES_EXCEPTIONS = True CELERY_ALWAYS_EAGER = True
Some cleanups to follow.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Celery isn't being used (anymore).
python3.12 -m venv .venv source .venv/bin/activate pip install -r requirements/base.txt -r requirements/dev.txt -r requirements/docker.txt
pip freeze | grep -i celery
returns no results.
However, we have some Celery-related environment variables set in
ietf/settings/dev.py
.Some cleanups to follow.
The text was updated successfully, but these errors were encountered: