Try adjusting koschei cronjob
This commit is contained in:
parent
3cb3c43eec
commit
fcff389b75
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue