Cleanup old servers every minute.

With the blocking behaviour removed we can now cleanup more often,
picking up whatever nodes are ready in each pass.

Change-Id: Ic6907ec025973e4f378163aec1194b0204aaa6f8
This commit is contained in:
Robert Collins 2014-01-21 12:38:00 +13:00
parent 3e160df0c4
commit e02d65ee3c

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 * * *'