GatewayRetries
GatewayRetries =
object
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:5955
Properties
Section titled “Properties”backoff?
Section titled “backoff?”
optional
backoff:"constant"
|"linear"
|"exponential"
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:5958
maxAttempts?
Section titled “maxAttempts?”
optional
maxAttempts:1
|2
|3
|4
|5
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:5956
retryDelayMs?
Section titled “retryDelayMs?”
optional
retryDelayMs:number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:5957