diff --git a/inventory_provider/tasks/config.py b/inventory_provider/tasks/config.py index 8200911b3d1a5c60b410949bde6a40c9edd67aba..84d4878ed1377547e9164b3764ef21f10239dd36 100644 --- a/inventory_provider/tasks/config.py +++ b/inventory_provider/tasks/config.py @@ -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')