MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / WithPollInterval

Method WithPollInterval

lineage_worker.go:79–82  ·  view source on GitHub ↗

WithPollInterval sets the interval between polls. Parameters: - interval time.Duration: The poll interval. Returns: - *LineageOutboxProcessor: The processor for chaining.

(interval time.Duration)

Source from the content-addressed store, hash-verified

77// Returns:
78// - *LineageOutboxProcessor: The processor for chaining.
79func (p *LineageOutboxProcessor) WithPollInterval(interval time.Duration) *LineageOutboxProcessor {
80 p.pollInterval = interval
81 return p
82}
83
84// WithLockDuration sets the lock duration for claimed entries.
85//

Callers 7

TestLineageFullFlowFunction · 0.80
TestLineageInflightHoldFunction · 0.80
TestLineageInflightVoidFunction · 0.80

Calls

no outgoing calls

Tested by 7

TestLineageFullFlowFunction · 0.64
TestLineageInflightHoldFunction · 0.64
TestLineageInflightVoidFunction · 0.64