Skip to content

Commit

Permalink
Fix celery worker
Browse files Browse the repository at this point in the history
  • Loading branch information
saguziel committed Aug 10, 2017
1 parent 08b7e89 commit 9e90974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def worker(workers):
CELERYD_CONCURRENCY=config.get("SUPERSET_CELERY_WORKERS"))

worker = celery_app.Worker(optimization='fair')
worker.run()
worker.start()


@manager.option(
Expand Down

0 comments on commit 9e90974

Please sign in to comment.