SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit d9635029 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Celery settings update

parent 7acfa991
No related branches found
No related tags found
No related merge requests found
...@@ -389,7 +389,7 @@ LOGGING = { ...@@ -389,7 +389,7 @@ LOGGING = {
# Celery scheduled tasks # Celery scheduled tasks
CELERY_RESULT_BACKEND = 'django-db' CELERY_RESULT_BACKEND = 'django-db'
CELERY_BROKER_URL = get_secret('CELERY_BROKER_URL') CELERY_BROKER_URL = get_secret('CELERY_BROKER_URL')
CELERY_IMPORTS = ('submissions.tasks', 'metacore.tasks') CELERY_IMPORTS = ('submissions.tasks',)
# Automation. # Automation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment