mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 04:15:02 -02:30
work around a memory leak in channels_redis
see: https://github.com/django/channels_redis/issues/212 see: https://github.com/django/channels_redis/pull/219/
This commit is contained in:
@@ -916,7 +916,7 @@ ASGI_APPLICATION = "awx.main.routing.application"
|
||||
|
||||
CHANNEL_LAYERS = {
|
||||
"default": {
|
||||
"BACKEND": "channels_redis.core.RedisChannelLayer",
|
||||
"BACKEND": "awx.main.consumers.ExpiringRedisChannelLayer",
|
||||
"CONFIG": {
|
||||
"hosts": [BROKER_URL],
|
||||
"capacity": 10000,
|
||||
|
||||
Reference in New Issue
Block a user