mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
Try silencing koschei cron when no error
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
SHELL=/bin/bash
|
||||
MAILTO=sysadmin-koschei-members@fedoraproject.org
|
||||
0 3 * * * koschei koschei-admin cleanup --older-than 6
|
||||
0 3 * * * koschei koschei-admin cleanup --older-than 6 >/dev/null
|
||||
#0 4,10,16,22 * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin <<< 'VACUUM ANALYZE package; VACUUM FULL ANALYZE package;'
|
||||
*/15 * * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin <<< 'VACUUM ANALYZE package'
|
||||
*/15 * * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin <<< 'VACUUM ANALYZE package' >/dev/null
|
||||
|
||||
Reference in New Issue
Block a user