Skip to content

Commit b508c73

Browse files
committed
chore(helmbroker): change celery priority
1 parent d33d00e commit b508c73

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
@@ -18,6 +18,7 @@ class Config:
1818
worker_max_tasks_per_child = 200
1919
result_expires = 24 * 60 * 60
2020
broker_connection_retry_on_startup = True
21+
task_default_queue = 'helmbroker.priority.low'
2122
worker_cancel_long_running_tasks_on_connection_loss = True
2223

2324

0 commit comments

Comments
 (0)