Merge pull request #8094 from ryanpetrello/upgrade-django-libs

Update Django and channels_redis

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-09-08 17:46:35 +00:00
committed by GitHub
4 changed files with 6 additions and 36 deletions

View File

@@ -793,7 +793,7 @@ ASGI_APPLICATION = "awx.main.routing.application"
CHANNEL_LAYERS = {
"default": {
"BACKEND": "awx.main.consumers.ExpiringRedisChannelLayer",
"BACKEND": "channels_redis.core.RedisChannelLayer",
"CONFIG": {
"hosts": [BROKER_URL],
"capacity": 10000,