mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
adding isolate db location and ingore for django_redis exceptions
This commit is contained in:
@@ -439,10 +439,11 @@ CELERYBEAT_SCHEDULE = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Django Caching Configuration
|
# Django Caching Configuration
|
||||||
|
DJANGO_REDIS_IGNORE_EXCEPTIONS = True
|
||||||
CACHES = {
|
CACHES = {
|
||||||
'default': {
|
'default': {
|
||||||
'BACKEND': 'django_redis.cache.RedisCache',
|
'BACKEND': 'django_redis.cache.RedisCache',
|
||||||
'LOCATION': 'unix:/var/run/redis/redis.sock'
|
'LOCATION': 'unix:/var/run/redis/redis.sock?db=1'
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user