Update Koschei db-cleanup cronjob to run once per day

This commit is contained in:
Mikolaj Izdebski 2019-02-06 13:03:58 +01:00
parent 6b9c4a26af
commit 5249247e25

View file

@ -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 }}"