Skip to content
Snippets Groups Projects
Commit e3029eab authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* fix pipeline with no celery worker

parent f72b5e80
No related branches found
No related tags found
No related merge requests found
Pipeline #1561544 failed
......@@ -20,4 +20,6 @@ ANONYMIZATION_HASH_PREFIX=anon
ANONYMIZATION_DEFAULT_MINIMUM_COUNT=10
CACHE_BACKEND='redis'
CACHE_URI='redis://127.0.0.1:6379'
\ No newline at end of file
CACHE_URI='redis://127.0.0.1:6379'
CELERY_TASK_ALWAYS_EAGER=True
CELERY_TASK_EAGER_PROPAGATES=True
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment