interface ScheduleOptions
Since 0.1.0

Options passed when scheduling a job.

Type Parameters

T = unknown

The shape of the job payload

Properties

readonly
optional
data: T

Payload data handed to the handler.

readonly
optional
retry: RetryOptions

Retry configuration. When absent the job runs once.

Usage

import { type ScheduleOptions } from "common/src/index.ts";