Skip to content
Snippets Groups Projects
Verified Commit 731ce6c9 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Do not ignore redis exceptions.

parent c6f14fe1
No related branches found
No related tags found
1 merge request!552Resolve "Unavailable Redis hangs login request"
Pipeline #6658 passed
......@@ -231,8 +231,6 @@ if _settings.get("caching.redis.enabled", not IN_PYTEST):
}
if REDIS_PASSWORD:
CACHES["default"]["OPTIONS"]["PASSWORD"] = REDIS_PASSWORD
DJANGO_REDIS_IGNORE_EXCEPTIONS = True
DJANGO_REDIS_LOG_IGNORED_EXCEPTIONS = True
else:
CACHES = {
"default": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment