mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
pin celery to a known version that works
newer celery 3.x seems to a bug which causes forked celery worker interprocess communication to hang (see: #6534)
This commit is contained in:
@@ -7,7 +7,7 @@ backports.ssl-match-hostname==3.5.0.1
|
|||||||
boto==2.46.1
|
boto==2.46.1
|
||||||
boto3==1.4.4
|
boto3==1.4.4
|
||||||
channels==0.17.3
|
channels==0.17.3
|
||||||
celery==3.1.25
|
celery==3.1.17
|
||||||
daphne>=0.15.0,<1.0.0
|
daphne>=0.15.0,<1.0.0
|
||||||
Django==1.8.16
|
Django==1.8.16
|
||||||
django-auth-ldap==1.2.8
|
django-auth-ldap==1.2.8
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ billiard==3.3.0.23 # via celery
|
|||||||
boto3==1.4.4
|
boto3==1.4.4
|
||||||
boto==2.46.1
|
boto==2.46.1
|
||||||
botocore==1.5.72 # via boto3, s3transfer
|
botocore==1.5.72 # via boto3, s3transfer
|
||||||
celery==3.1.25
|
celery==3.1.17
|
||||||
#certifi==2017.4.17 # via msrest
|
#certifi==2017.4.17 # via msrest
|
||||||
cffi==1.10.0 # via cryptography
|
cffi==1.10.0 # via cryptography
|
||||||
channels==0.17.3
|
channels==0.17.3
|
||||||
|
|||||||
Reference in New Issue
Block a user