Redis cache and celery, avoid overflow

This commit is contained in:
Luciano Gervasoni
2025-09-03 23:07:03 +02:00
parent 569e7d4676
commit a9074f45b5
5 changed files with 46 additions and 20 deletions

View File

@@ -24,8 +24,10 @@ DB_PASSWORD=supermatitos
DB_USER=supermatitos
DB_HOST=fetcher_db
DB_PORT=5432
REDIS_HOST=fetcher_redis
REDIS_PORT=6379
REDIS_CACHE_HOST=fetcher_redis_cache
REDIS_CACHE_PORT=6379
REDIS_CELERY_HOST=fetcher_redis_celery
REDIS_CELERY_PORT=6380
# Job timeout: 30 min
JOB_DEFAULT_TIMEOUT=1800