Skip to content

Commit

Permalink
Fix "ConnectionResetError: [Errno 54] Connection reset by peer"
Browse files Browse the repository at this point in the history
Fixed on Celery 4.2.0.
See: celery/celery#3649
See: celery/celery#2991
See: Polyconseil/aioamqp#96
  • Loading branch information
alanjds committed Jun 19, 2018
1 parent 9425f9a commit a6c300b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
click~=6.7
celery~=4.1.0
celery~=4.2.0
ruamel.yaml~=0.15.37
boto3~=1.7.6
botocore~=1.8.21
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

requirements = [
'Click>=6.0',
'celery~=4.1.0',
'celery~=4.2.0',
'ruamel.yaml~=0.15.37',
'dirtyjson==1.0.7',
'future-thread~=1.0',
Expand Down

0 comments on commit a6c300b

Please sign in to comment.