Skip to content

Commit

Permalink
Pin kombu version (#4075)
Browse files Browse the repository at this point in the history
kombu is a dependency of Celery and usually we let them declare the version, but their version is pinned and the most recent release (4.6.4) has a severe regression where workers stop responding to inspect commands.
  • Loading branch information
arikfr authored Aug 16, 2019
1 parent 24d6800 commit e5e926b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sqlparse==0.2.4
statsd==2.1.2
gunicorn==19.7.1
celery==4.3.0
kombu==4.6.3
jsonschema==2.4.0
RestrictedPython==3.6.0
pysaml2==4.5.0
Expand Down

0 comments on commit e5e926b

Please sign in to comment.