Merge pull request #1398 from wwitzel3/devel

Update to latest asgi-amqp
This commit is contained in:
Wayne Witzel III 2018-02-28 15:20:55 -05:00 committed by GitHub
commit dba78e6bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -513,6 +513,11 @@ AWX_INCONSISTENT_TASK_INTERVAL = 60 * 3
# property value of the original queue name.
AWX_CELERY_QUEUES_STATIC = ['tower_broadcast_all',]
ASGI_AMQP = {
'INIT_FUNC': 'awx.prepare_env',
'MODEL': 'awx.main.models.channels.ChannelGroup',
}
# Django Caching Configuration
if is_testing():
CACHES = {

View File

@ -1,6 +1,6 @@
apache-libcloud==2.0.0
appdirs==1.4.2
asgi-amqp==1.0.3
asgi-amqp==1.1.1
asgiref==1.1.2
azure==2.0.0rc6
backports.ssl-match-hostname==3.5.0.1

View File

@ -9,7 +9,7 @@ amqp==1.4.9 # via kombu
anyjson==0.3.3 # via kombu
apache-libcloud==2.0.0
appdirs==1.4.2
asgi-amqp==1.0.3
asgi-amqp==1.1.1
asgiref==1.1.2
asn1crypto==0.22.0 # via cryptography
attrs==17.2.0 # via automat, service-identity