MCPcopy Create free account
hub / github.com/cloudbase/garm / RunnerTimeout

Method RunnerTimeout

params/params.go:580–585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

578}
579
580func (p *Pool) RunnerTimeout() uint {
581 if p.RunnerBootstrapTimeout == 0 {
582 return appdefaults.DefaultRunnerBootstrapTimeout
583 }
584 return p.RunnerBootstrapTimeout
585}
586
587func (p *Pool) PoolType() ForgeEntityType {
588 switch {

Callers 6

reapTimedOutRunnersMethod · 0.45
addInstanceToProviderMethod · 0.45
reapTimedOutRunnersMethod · 0.45
GetPoolByIDHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected