Skip to main content

isRetryableStatus

@forge/monorepo


@forge/monorepo / backend/src / isRetryableStatus

Function: isRetryableStatus()

isRetryableStatus(status): boolean

Defined in: backend/src/runtime/retry.ts:44

The transient HTTP status classes, matching the spec and the Anthropic SDK's shouldRetry: 408 request timeout, 409 conflict, 429 rate limited, any 5xx, and 529 overloaded.

Parameters

status

number

Returns

boolean