mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -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_REDIS_IGNORE_EXCEPTIONS = True
|
||||
CACHES = {
|
||||
'default': {
|
||||
'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