beamable-sdk / schema / JobRetryPolicy
Type Alias: JobRetryPolicy¶
JobRetryPolicy =
object
Defined in: src/__generated__/schemas/JobRetryPolicy.ts:6
⚠️ THIS FILE IS AUTO-GENERATED. DO NOT EDIT MANUALLY. All manual edits will be lost when this file is regenerated.
Properties¶
maxRetryCount?¶
optionalmaxRetryCount:number
Defined in: src/__generated__/schemas/JobRetryPolicy.ts:7
retryDelayMs?¶
optionalretryDelayMs:number
Defined in: src/__generated__/schemas/JobRetryPolicy.ts:8
useExponentialBackoff?¶
optionaluseExponentialBackoff:boolean
Defined in: src/__generated__/schemas/JobRetryPolicy.ts:9