Fix celery worker (#3278)

This commit is contained in:
Alex Guziel 2017-08-10 20:50:21 -07:00 committed by Maxime Beauchemin
parent a5320a0f37
commit dfea8df7c9

View File

@ -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(