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

add celery backend config

... so that we can wait on tasks
parent 290d2304
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,6 @@ from os import getenv
broker_url = getenv(
'CELERY_BROKER_URL',
default='redis://test-dashboard02.geant.org:6379/1')
result_backend = getenv(
'CELERY_BROKER_URL',
default='redis://test-dashboard02.geant.org:6379/1')
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