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 }}"
|
command: "{{ item.command }}"
|
||||||
with_items:
|
with_items:
|
||||||
- name: db-cleanup
|
- name: db-cleanup
|
||||||
# XXX for testing we run this job every minute
|
schedule: "0 3 * * *"
|
||||||
schedule: "* * * * *"
|
|
||||||
command: "koschei-admin cleanup --older-than 6"
|
command: "koschei-admin cleanup --older-than 6"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.name }}"
|
label: "{{ item.name }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue