Skip to content
Snippets Groups Projects
Commit 70354b26 authored by Erik Reid's avatar Erik Reid
Browse files

set task_eager_propagates to True

this is necessary, otherwise the synchronise tasks called with
.apply() fail silently
parent 3c7030e7
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,4 @@ broker_url = getenv(
result_backend = getenv(
'CELERY_BROKER_URL',
default='redis://test-dashboard02.geant.org:6379/1')
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.
Finish editing this message first!
Please register or to comment