Update Koschei db-cleanup cronjob to run once per day
This commit is contained in:
parent
6b9c4a26af
commit
5249247e25
1 changed files with 1 additions and 2 deletions
|
@ -66,8 +66,7 @@
|
|||
command: "{{ item.command }}"
|
||||
with_items:
|
||||
- name: db-cleanup
|
||||
# XXX for testing we run this job every minute
|
||||
schedule: "* * * * *"
|
||||
schedule: "0 3 * * *"
|
||||
command: "koschei-admin cleanup --older-than 6"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue