Skip to content

Commit 3c69434

Browse files
committed
chore(helmbroker): set worker_cancel_long_running_tasks_on_connection_loss
1 parent 189199f commit 3c69434

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/helmbroker/celery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Config:
1717
task_time_limit = 30 * 60
1818
worker_max_tasks_per_child = 200
1919
result_expires = 24 * 60 * 60
20+
worker_cancel_long_running_tasks_on_connection_loss = True
2021

2122

2223
app = Celery(

0 commit comments

Comments
 (0)