Skip to content

Commit

Permalink
Fixed invalid CELERY_TASK_ALWAYS_EAGER env variable name in settings (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kazqvaizer authored Jan 2, 2025
1 parent c2aa7bf commit b2af104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ DJANGO_SETTINGS_MODULE = "app.settings"
addopts = ["--reuse-db"]
env = [
"AXES_ENABLED = False",
"CELERY_ALWAYS_EAGER = True",
"CELERY_TASK_ALWAYS_EAGER = True",
"CI = 1",
"DISABLE_THROTTLING = True",
]
Expand Down

0 comments on commit b2af104

Please sign in to comment.