Merge pull request #169 from gabriel-samfira/fix-pool-manager-start
Fix garm pool manager startup
This commit is contained in:
commit
b44f04be5d
1 changed files with 1 additions and 1 deletions
|
|
@ -1374,7 +1374,7 @@ func (r *basePoolManager) cleanupOrphanedRunners() error {
|
|||
}
|
||||
|
||||
func (r *basePoolManager) Start() error {
|
||||
r.updateTools() //nolint
|
||||
go r.updateTools() //nolint
|
||||
|
||||
go r.startLoopForFunction(r.runnerCleanup, common.PoolReapTimeoutInterval, "timeout_reaper", false)
|
||||
go r.startLoopForFunction(r.scaleDown, common.PoolScaleDownInterval, "scale_down", false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue