Skip to content

dag-orchestrator / Exports / IRetryPolicy

Interface: IRetryPolicy

Table of contents

Properties

Properties

maxRetries

maxRetries: number

Defined in

types/orchestrator-types.ts:13


backoffMs

backoffMs: number

Defined in

types/orchestrator-types.ts:14


retryableErrors

retryableErrors: string[]

Defined in

types/orchestrator-types.ts:15

Released under the MIT License.