MCPcopy Create free account
hub / github.com/compozy/agh / newForceRunRateLimiter

Function newForceRunRateLimiter

internal/task/force_ops.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func newForceRunRateLimiter() *forceRunRateLimiter {
33 return &forceRunRateLimiter{windows: make(map[string]forceRunRateWindow)}
34}
35
36func normalizeForceRecoveryOptions(options ForceRecoveryOptions) ForceRecoveryOptions {
37 if options.RateLimitPerMinute <= 0 {

Callers 1

NewManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected