iiRecord
Agentic AI Atlas · Claude Code persistent (unattended) retry policy
retry-policy:claude-code-persistent-unattendeda5c.ai
II.
RetryPolicy overview

retry-policy:claude-code-persistent-unattended

Reference · live

Claude Code persistent (unattended) retry policy overview

Active when CLAUDE_CODE_UNATTENDED_RETRY is set. Bypasses subscriber gates and x-should-retry header; retries 429/529 indefinitely. Uses anthropic-ratelimit-unified-reset to wait until window reset rather than polling. Long sleeps are chunked so the host sees stdout activity and does not mark the session idle (each chunk yields a SystemAPIErrorMessage).

RetryPolicyOutgoing · 0Incoming · 1

Attributes

displayName
Claude Code persistent (unattended) retry policy
variant
persistent
maxRetries
10
baseDelayMs
500
maxDelayMs
300000
backoffStrategy
exponential-jitter
jitterFactor
0.25
honorRetryAfterHeader
true
retryableStatusCodes
  • 429
  • 529
heartbeatIntervalMs
30000
persistentMaxBackoffMs
300000
persistentResetCapMs
21600000
description
Active when CLAUDE_CODE_UNATTENDED_RETRY is set. Bypasses subscriber gates and x-should-retry header; retries 429/529 indefinitely. Uses anthropic-ratelimit-unified-reset to wait until window reset rather than polling. Long sleeps are chunked so the host sees stdout activity and does not mark the session idle (each chunk yields a SystemAPIErrorMessage).

Outgoing edges

None.

Incoming edges

has_retry_policy_variant1