Skip to content

Commit

Permalink
Merge branch 'master' into gg-EnterEndEditingTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 14, 2017
2 parents 9290eb3 + 256a521 commit 39a9f77
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 @@ -192,7 +192,7 @@ def worker(workers):
celery_app.conf.update(CELERYD_CONCURRENCY=workers)
elif config.get("SUPERSET_CELERY_WORKERS"):
celery_app.conf.update(
worker_concurrency=config.get("SUPERSET_CELERY_WORKERS"))
CELERYD_CONCURRENCY=config.get("SUPERSET_CELERY_WORKERS"))

worker = celery_worker.worker(app=celery_app)
worker.run()
Expand Down

0 comments on commit 39a9f77

Please sign in to comment.