Skip to content

Commit 5939bca

Browse files
committed
Update celery requirements to its latest version
Upgrading celery requires to upgrade their dependencies as well (kombu, redis). By using their latest version, it could help with the random disconnection of the workers that we suffer sometimes. After upgrading them all, the errors we have found when we pinned the versions they all disappeared.
1 parent 97ed5e9 commit 5939bca

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

requirements/pip.txt

+3-9
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,9 @@ pyyaml==5.1.2
3030
Pygments==2.4.2
3131

3232
# Basic tools
33-
# Redis 3.x has an incompatible change and fails
34-
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey
35-
# https://github.com/sebleier/django-redis-cache/pull/162
36-
redis==2.10.6 # pyup: ignore
37-
# Kombu >4.3 requires redis>=3.2
38-
kombu==4.3.0 # pyup: ignore
39-
# Celery 4.2 is incompatible with our code
40-
# when ALWAYS_EAGER = True
41-
celery==4.1.1 # pyup: ignore
33+
redis==3.3.11
34+
kombu==4.6.7
35+
celery==4.3.0
4236

4337
django-allauth==0.40.0
4438

0 commit comments

Comments
 (0)