You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
Currently we are using Celery 4.2.2 with Python 3.7. The most recent release (as of today) is Celery 4.4.0. At the moment we could not switch to that release, as it requires redis>=3.2.0 and is in conflict with our phovea_data_redis redis~=2.10.6. Hence, we must update the redis version in phovea_data_redis first, and then update the celery version here.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we are using Celery 4.2.2 with Python 3.7. The most recent release (as of today) is Celery 4.4.0. At the moment we could not switch to that release, as it requires
redis>=3.2.0
and is in conflict with our phovea_data_redisredis~=2.10.6
. Hence, we must update the redis version in phovea_data_redis first, and then update the celery version here.The text was updated successfully, but these errors were encountered: