Skip to content

Commit

Permalink
[celery] setting default (apache#5812)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Sep 5, 2018
1 parent 438bc6e commit a381c7d
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 @@ -712,6 +712,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 a381c7d

Please sign in to comment.