MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / DisableRetry

Method DisableRetry

internal/loop/loop.go:577–581  ·  view source on GitHub ↗

DisableRetry disables automatic retry on crash.

()

Source from the content-addressed store, hash-verified

575
576// DisableRetry disables automatic retry on crash.
577func (l *Loop) DisableRetry() {
578 l.mu.Lock()
579 defer l.mu.Unlock()
580 l.retryConfig.Enabled = false
581}
582
583// SetWatchdogTimeout sets the watchdog timeout duration.
584// Setting timeout to 0 disables the watchdog.

Callers 1

TestLoop_SetRetryConfigFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestLoop_SetRetryConfigFunction · 0.76