mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
move broadcast websocket out into its own process
This commit is contained in:
committed by
Ryan Petrello
parent
f5193e5ea5
commit
3c5c9c6fde
@@ -15,7 +15,7 @@ BROKER_URL = 'redis://{}:{}/'.format(
|
||||
"{{ redis_port }}",)
|
||||
|
||||
CHANNEL_LAYERS = {
|
||||
'default': {'BACKEND': 'awx.main.channels.RedisGroupBroadcastChannelLayer',
|
||||
'default': {'BACKEND': 'channels_redis.core.RedisChannelLayer',
|
||||
'CONFIG': {'hosts': [("{{ redis_hostname }}", {{ redis_port|int }})]}}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user