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
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 = {