mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Fix celery worker (#3278)
This commit is contained in:
committed by
Maxime Beauchemin
parent
a5320a0f37
commit
dfea8df7c9
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user