mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
adding isolate db location and ingore for django_redis exceptions
This commit is contained in:
parent
b09d9cbe41
commit
669d4535b1
@ -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'
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user