File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ npm_version: 2
88
99# for cron job
1010# this is the list of queues we want to enqueue a job into
11- main_cron_queues : >
12- khronos:containers:orphan:prune
13- khronos:context-versions:prune-expired
14- khronos:images:prune
15- khronos:weave:prune
11+ main_cron_queues : " \
12+ khronos:containers:orphan:prune \
13+ khronos:context-versions:prune-expired \
14+ khronos:images:prune \
15+ khronos:weave:prune"
1616
17- canary_cron_queues : >
18- khronos:canary:build
19- khronos:canary:github-branch
20- khronos:canary:log
21- khronos:canary:network
22- khronos:metrics:container-status
17+ canary_cron_queues : " \
18+ khronos:canary:build \
19+ khronos:canary:github-branch \
20+ khronos:canary:log \
21+ khronos:canary:network \
22+ khronos:metrics:container-status"
2323
2424# a nice version of the rabbitmq host
2525cron_rabbit_host_address : " {{ rabbit_host_address }}:{{ rabbit_port }}"
You can’t perform that action at this time.
0 commit comments