Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ansible/group_vars/alpha-khronos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ npm_version: 2
# for cron job
# this is the list of queues we want to enqueue a job into
main_cron_queues: "\
khronos:containers:image-builder:prune \
khronos:containers:orphan:prune \
khronos:context-versions:prune-expired \
khronos:images:prune \
khronos:containers:image-builder:prune \
khronos:instances:cleanup \
khronos:weave:prune"

canary_cron_queues: "\
Expand Down