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 a2ecdb4 commit 6a751a0Copy full SHA for 6a751a0
docker/compose.yaml
@@ -229,6 +229,7 @@ services:
229
# time after which a SIGKILL is sent to celery after a SIGTERM (warm shutdown), default 10s
230
# insufficient short grace period causes issues on batch when tasks are killed during the hourly worker restart
231
stop_grace_period: 10m
232
+ stop_signal: SIGTERM
233
234
depends_on:
235
db-migrate:
@@ -273,6 +274,7 @@ services:
273
274
- DB_PASSWORD=password
275
- CELERY_BROKER_URL=amqp://guest:guest@rabbitmq:5672//
276
- CELERY_RESULT_BACKEND=redis://redis:6379/0
277
+ - CELERY_WORKER_SOFT_SHUTDOWN_TIMEOUT=300
278
- CACHE_LOCATION=redis://redis:6379/0
279
- DJANGO_SETTINGS_MODULE=internetnl.settings
280
- STATSD_HOST=statsd
0 commit comments