Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
[celery] setting default (apache#5812)
Browse files Browse the repository at this point in the history
(cherry picked from commit cf12ea0)
  • Loading branch information
john-bodley authored and John Bodley committed Sep 6, 2018
1 parent f2bd0bc commit 5f474c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ def get_celery_app(config):
return _celery_app
_celery_app = celery.Celery()
_celery_app.config_from_object(config.get('CELERY_CONFIG'))
_celery_app.set_default()
return _celery_app


Expand Down

0 comments on commit 5f474c9

Please sign in to comment.