mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Update to asgi_amqp 1.0.1
This commit is contained in:
@@ -96,7 +96,7 @@ CELERY_BROKER_URL = 'amqp://{}:{}@{}:{}/{}'.format(
|
||||
os.getenv("RABBITMQ_VHOST", "tower"))
|
||||
|
||||
CHANNEL_LAYERS = {
|
||||
'default': {'BACKEND': 'asgi_rabbitmq.RabbitmqChannelLayer',
|
||||
'default': {'BACKEND': 'asgi_amqp.AMQPChannelLayer',
|
||||
'ROUTING': 'awx.main.routing.channel_routing',
|
||||
'CONFIG': {'url': CELERY_BROKER_URL}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user