You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/06/04 21:54:38 UTC

[GitHub] mistercrunch closed pull request #5134: Bump celery to 4.1.1

mistercrunch closed pull request #5134:  Bump celery to 4.1.1
URL: https://github.com/apache/incubator-superset/pull/5134
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/UPDATING.md b/UPDATING.md
index 78607ffee0..3991b70838 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -3,6 +3,12 @@
 This file documents any backwards-incompatible changes in Superset and
 assists people when migrating to a new version.
 
+## Superset 0.26.0
+* Superset 0.26.0 deprecates the `superset worker` CLI, which is a simple
+wrapper around the `celery worker` command, forcing you into crafting
+your own native `celery worker` command. Your command should look something
+like `celery worker --app=superset.sql_lab:celery_app --pool=gevent -Ofair`
+
 ## Superset 0.25.0
 Superset 0.25.0 contains a backwards incompatible changes.
 If you run a production system you should schedule downtime for this
diff --git a/requirements.txt b/requirements.txt
index 554ff9069a..77ec8564e6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
 bleach==2.1.2
 boto3==1.4.7
-celery==4.1.0
+celery==4.1.1
 colorama==0.3.9
 cryptography==1.9
 flask==0.12.2
diff --git a/setup.py b/setup.py
index d222b8c8ba..fdcb7d78bc 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ def get_git_sha():
     install_requires=[
         'bleach',
         'boto3>=1.4.6',
-        'celery',
+        'celery>=4.1.1',
         'colorama',
         'contextlib2',
         'cryptography',


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org