API reference@evolu/commonTask › RetryAttempt

Defined in: packages/common/src/Task.ts:3882

Information passed to RetryOptions.onRetry.

Extends

Properties

attempt

readonly attempt: number & Brand<"NonNaN"> & Brand<"Finite"> & Brand<"Int"> & Brand<"NonNegative"> & Brand<"Positive">;

Defined in: packages/common/src/Schedule.ts:124

The current attempt.

Inherited from

ScheduleStep.attempt


delay

readonly delay: number & Brand<"NonNaN"> & Brand<"Finite"> & Brand<"Int"> & Brand<"NonNegative"> & Brand<"LessThan281474976710655"> & Brand<"Millis">;

Defined in: packages/common/src/Schedule.ts:130

Delay before the scheduled recurrence executes.

Inherited from

ScheduleStep.delay


error

readonly error: E;

Defined in: packages/common/src/Task.ts:3884

The domain error returned by the failed attempt.


output

readonly output: Output;

Defined in: packages/common/src/Schedule.ts:127

Output from the Schedule step.

Inherited from

ScheduleStep.output