MCPcopy Index your code
hub / github.com/MiniCodeMonkey/chief / SetRetryConfig

Method SetRetryConfig

internal/loop/manager.go:94–98  ·  view source on GitHub ↗

SetRetryConfig sets the retry configuration for new loops.

(config RetryConfig)

Source from the content-addressed store, hash-verified

92
93// SetRetryConfig sets the retry configuration for new loops.
94func (m *Manager) SetRetryConfig(config RetryConfig) {
95 m.mu.Lock()
96 defer m.mu.Unlock()
97 m.retryConfig = config
98}
99
100// DisableRetry disables automatic retry for new loops.
101func (m *Manager) DisableRetry() {

Callers 2

TestManagerRetryConfigFunction · 0.95
StartMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestManagerRetryConfigFunction · 0.76