You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2019/07/15 17:22:35 UTC

[incubator-superset] branch master updated: [docs] Advise about celery 4.3.0 requirement on redis (#7872)

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 78d46fa  [docs] Advise about celery 4.3.0 requirement on redis (#7872)
78d46fa is described below

commit 78d46fa18d6acf9823261678ba9a16b1aad3e451
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Mon Jul 15 18:22:20 2019 +0100

    [docs] Advise about celery 4.3.0 requirement on redis (#7872)
---
 UPDATING.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/UPDATING.md b/UPDATING.md
index 45952c1..54f8ef1 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -23,6 +23,10 @@ assists people when migrating to a new version.
 
 ## Next Version
 
+* [7848](https://github.com/apache/incubator-superset/pull/7848): If you are 
+running redis with celery, celery bump to 4.3.0 requires redis-py upgrade to
+3.2.0 or later.
+
 * [7667](https://github.com/apache/incubator-superset/pull/7667): a change to
 make all Unix timestamp (which by definition are in UTC) comparisons refer
 to a timestamp in UTC as opposed to local time.