Skip to content

Commit 162f466

Browse files
committed
SAN-3985; Khronos Cleanup Every 3 Hours (#431)
* Set khronos to run every 3 hours. * Removed retry file, added a new rule to ignore these. * Set log level back to error.
1 parent 5d8a667 commit 162f466

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ ca.srl
1010
.DS_Store
1111
ansible/roles/hipache/templates/runnable*
1212
ansible/certs/*
13+
*.retry
14+

ansible/roles/khronos/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
with_items:
2222
- name: Khronos CLI - Daily Cleanup
2323
minute: 13
24-
hour: 1,7,13,19
24+
hour: 1,4,7,10,13,16,19,22
2525
script: main-cron.sh
2626
- name: Khronos CLI - Canary
2727
minute: "*/5"

0 commit comments

Comments
 (0)