Skip to content

Commit

Permalink
Merge pull request apache#105 from john-bodley/john-bodley-cherry-pic…
Browse files Browse the repository at this point in the history
…k-5812

[celery] setting default (apache#5812)
  • Loading branch information
timifasubaa authored Sep 6, 2018
2 parents f2bd0bc + 5f474c9 commit a9a6e99
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 a9a6e99

Please sign in to comment.