[docs] Advise about celery 4.3.0 requirement on redis (#7872)

This commit is contained in:
Daniel Vaz Gaspar 2019-07-15 18:22:20 +01:00 committed by Maxime Beauchemin
parent eed99b13a2
commit 78d46fa18d
1 changed files with 4 additions and 0 deletions

View File

@ -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.