Redis cache and celery, avoid overflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user