Merge "Cleanup old servers every minute."

This commit is contained in:
Jenkins 2014-02-04 18:15:33 +00:00 committed by Gerrit Code Review
commit b7039d27f9

View File

@ -2,7 +2,7 @@ script-dir: /etc/nodepool/scripts
dburi: 'mysql://nodepool:<%= mysql_password %>@localhost/nodepool'
cron:
cleanup: '*/5 * * * *'
cleanup: '*/1 * * * *'
check: '*/15 * * * *'
update-image: '14 2 * * *'