copr-backend: remove unused cron jobs
This commit is contained in:
parent
0fb20e939a
commit
2c97f53c4d
1 changed files with 3 additions and 0 deletions
|
@ -324,18 +324,21 @@
|
||||||
job="/usr/bin/cleanup_vm_nova.py"
|
job="/usr/bin/cleanup_vm_nova.py"
|
||||||
minute="*/20"
|
minute="*/20"
|
||||||
user=copr
|
user=copr
|
||||||
|
state=absent
|
||||||
|
|
||||||
- name: setup crontab for VMs
|
- name: setup crontab for VMs
|
||||||
cron: name="cleanup AWS VMs periodically"
|
cron: name="cleanup AWS VMs periodically"
|
||||||
job="/usr/local/bin/cleanup-vms-aws"
|
job="/usr/local/bin/cleanup-vms-aws"
|
||||||
minute="0"
|
minute="0"
|
||||||
user=copr
|
user=copr
|
||||||
|
state=absent
|
||||||
|
|
||||||
- name: setup crontab for cleaning up redis
|
- name: setup crontab for cleaning up redis
|
||||||
cron: name="prune redis VM db periodically"
|
cron: name="prune redis VM db periodically"
|
||||||
job="/usr/local/bin/cleanup-unused-vms-from-redis &>> /var/log/copr-backend/cleanup-redis-vms.log"
|
job="/usr/local/bin/cleanup-unused-vms-from-redis &>> /var/log/copr-backend/cleanup-redis-vms.log"
|
||||||
minute="50"
|
minute="50"
|
||||||
user=copr
|
user=copr
|
||||||
|
state=absent
|
||||||
|
|
||||||
- name: crontab for cleaning resalloc VMs
|
- name: crontab for cleaning resalloc VMs
|
||||||
cron: name="cleanup nova VMs periodically"
|
cron: name="cleanup nova VMs periodically"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue