We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e0a39 commit 4547693Copy full SHA for 4547693
1 file changed
config/settings/prod.py
@@ -54,6 +54,7 @@
54
# CACHES - Optional Redis (fallback to dummy for CI)
55
try:
56
from . import REDIS_URL
57
+
58
CACHES = {
59
"default": {
60
"BACKEND": "django.core.cache.backends.redis.RedisCache",
@@ -93,7 +94,6 @@
93
94
LOGGING["loggers"]["django"]["level"] = "INFO"
95
96
- from .celery import celery
97
CELERY_TASK_ALWAYS_EAGER = False
98
CELERY_TASK_EAGER_PROPAGATES = False
99
CELERY_WORKER_PREFETCH_MULTIPLIER = 1
0 commit comments