Redis cache and celery, avoid overflow (3)

This commit is contained in:
Luciano Gervasoni
2025-09-03 23:20:56 +02:00
parent 334062b0ec
commit 7b0d24309c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ DB_PORT=5432
REDIS_CACHE_HOST=fetcher_redis_cache
REDIS_CACHE_PORT=6379
REDIS_CELERY_HOST=fetcher_redis_celery
REDIS_CELERY_PORT=6380
REDIS_CELERY_PORT=6379
# Job timeout: 30 min
JOB_DEFAULT_TIMEOUT=1800