MCPcopy Create free account
hub / github.com/Noumena-Network/code / isPersistentRetryEnabled

Function isPersistentRetryEnabled

src/services/api/withRetry.ts:104–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102const HEARTBEAT_INTERVAL_MS = 30_000
103
104function isPersistentRetryEnabled(): boolean {
105 return feature('UNATTENDED_RETRY')
106 ? isEnvTruthy(process.env.CLAUDE_CODE_UNATTENDED_RETRY)
107 : false
108}
109
110function isTransientCapacityError(error: unknown): boolean {
111 return (

Callers 2

withRetryFunction · 0.85
shouldRetryFunction · 0.85

Calls 1

isEnvTruthyFunction · 0.90

Tested by

no test coverage detected