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

Method SetRetryConfig

internal/loop/loop.go:570–574  ·  view source on GitHub ↗

SetRetryConfig updates the retry configuration.

(config RetryConfig)

Source from the content-addressed store, hash-verified

568
569// SetRetryConfig updates the retry configuration.
570func (l *Loop) SetRetryConfig(config RetryConfig) {
571 l.mu.Lock()
572 defer l.mu.Unlock()
573 l.retryConfig = config
574}
575
576// DisableRetry disables automatic retry on crash.
577func (l *Loop) DisableRetry() {

Callers 1

TestLoop_SetRetryConfigFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestLoop_SetRetryConfigFunction · 0.76