This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new dfea8df  Fix celery worker (#3278)
dfea8df is described below

commit dfea8df7c9c3d469fcf5605e71c803a9ceb5cc69
Author: Alex Guziel <saguz...@gmail.com>
AuthorDate: Thu Aug 10 20:50:21 2017 -0700

    Fix celery worker (#3278)
---
 superset/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/cli.py b/superset/cli.py
index e4165e6..c5dea44 100755
--- a/superset/cli.py
+++ b/superset/cli.py
@@ -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(

-- 
To stop receiving notification emails like this one, please contact
['"comm...@superset.apache.org" <comm...@superset.apache.org>'].

Reply via email to