Skip to content
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

Clean up Celery #422

Closed
microamp opened this issue Apr 12, 2024 · 0 comments · Fixed by #423
Closed

Clean up Celery #422

microamp opened this issue Apr 12, 2024 · 0 comments · Fixed by #423
Labels
internal Fix internally

Comments

@microamp
Copy link
Contributor

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.

CELERY_EAGER_PROPAGATES_EXCEPTIONS = True
CELERY_ALWAYS_EAGER = True

Some cleanups to follow.

@microamp microamp added the internal Fix internally label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Fix internally
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant