mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Merge pull request #1398 from wwitzel3/devel
Update to latest asgi-amqp
This commit is contained in:
@@ -513,6 +513,11 @@ AWX_INCONSISTENT_TASK_INTERVAL = 60 * 3
|
|||||||
# property value of the original queue name.
|
# property value of the original queue name.
|
||||||
AWX_CELERY_QUEUES_STATIC = ['tower_broadcast_all',]
|
AWX_CELERY_QUEUES_STATIC = ['tower_broadcast_all',]
|
||||||
|
|
||||||
|
ASGI_AMQP = {
|
||||||
|
'INIT_FUNC': 'awx.prepare_env',
|
||||||
|
'MODEL': 'awx.main.models.channels.ChannelGroup',
|
||||||
|
}
|
||||||
|
|
||||||
# Django Caching Configuration
|
# Django Caching Configuration
|
||||||
if is_testing():
|
if is_testing():
|
||||||
CACHES = {
|
CACHES = {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
||||||
appdirs==1.4.2
|
appdirs==1.4.2
|
||||||
asgi-amqp==1.0.3
|
asgi-amqp==1.1.1
|
||||||
asgiref==1.1.2
|
asgiref==1.1.2
|
||||||
azure==2.0.0rc6
|
azure==2.0.0rc6
|
||||||
backports.ssl-match-hostname==3.5.0.1
|
backports.ssl-match-hostname==3.5.0.1
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ amqp==1.4.9 # via kombu
|
|||||||
anyjson==0.3.3 # via kombu
|
anyjson==0.3.3 # via kombu
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
||||||
appdirs==1.4.2
|
appdirs==1.4.2
|
||||||
asgi-amqp==1.0.3
|
asgi-amqp==1.1.1
|
||||||
asgiref==1.1.2
|
asgiref==1.1.2
|
||||||
asn1crypto==0.22.0 # via cryptography
|
asn1crypto==0.22.0 # via cryptography
|
||||||
attrs==17.2.0 # via automat, service-identity
|
attrs==17.2.0 # via automat, service-identity
|
||||||
|
|||||||
Reference in New Issue
Block a user