Skip to content

Commit 0b2398e

Browse files
committed
chore(helmbroker): set broker_connection_retry_on_startup enabled
1 parent b364a9d commit 0b2398e

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+
broker_connection_retry_on_startup = True
2021
worker_cancel_long_running_tasks_on_connection_loss = True
2122

2223

0 commit comments

Comments
 (0)