Skip to main content

RetryPendingInfo

@forge/monorepo


@forge/monorepo / backend/src / RetryPendingInfo

Type Alias: RetryPendingInfo

RetryPendingInfo = object

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

Properties

attempt

readonly attempt: number

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


delayMs

readonly delayMs: number

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


error

readonly error: PlatformError

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


maxAttempts

readonly maxAttempts: number

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


nextAttemptAt

readonly nextAttemptAt: string

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