From fcff389b75dde104d0afb1031661e7d05e43250d Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Sat, 25 Jul 2015 10:52:28 +0000 Subject: [PATCH] Try adjusting koschei cronjob --- roles/koschei/templates/cron-db-cleanup.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/koschei/templates/cron-db-cleanup.j2 b/roles/koschei/templates/cron-db-cleanup.j2 index 369d76a391..2c2c3ee25d 100644 --- a/roles/koschei/templates/cron-db-cleanup.j2 +++ b/roles/koschei/templates/cron-db-cleanup.j2 @@ -1,3 +1,4 @@ SHELL=/bin/bash 0 3 * * * koschei koschei-admin cleanup --older-than 6 -0 4,10,16,22 * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin <<< 'VACUUM ANALYZE package; VACUUM FULL ANALYZE package;' +#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'