Skip to content

Commit a29912c

Browse files
authored
chore: increase worker startup timeout (#14474)
1 parent ffe06a3 commit a29912c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

warehouse/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def includeme(config):
217217
task_routes={},
218218
task_serializer="json",
219219
worker_disable_rate_limits=True,
220+
worker_proc_alive_timeout=10.0,
220221
REDBEAT_REDIS_URL=s["celery.scheduler_url"],
221222
)
222223
config.registry["celery.app"].Task = WarehouseTask

0 commit comments

Comments
 (0)