Taskora API Reference / index / TaskoraOptions
Interface: TaskoraOptions
Defined in: packages/taskora/dist/app-BkYbyud9.d.mts:76
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
adapter | Adapter | - | packages/taskora/dist/app-BkYbyud9.d.mts:77 |
defaults? | object | - | packages/taskora/dist/app-BkYbyud9.d.mts:81 |
defaults.concurrency? | number | - | packages/taskora/dist/app-BkYbyud9.d.mts:84 |
defaults.retry? | RetryConfig | - | packages/taskora/dist/app-BkYbyud9.d.mts:82 |
defaults.stall? | StallConfig | - | packages/taskora/dist/app-BkYbyud9.d.mts:85 |
defaults.timeout? | number | - | packages/taskora/dist/app-BkYbyud9.d.mts:83 |
retention? | RetentionOptions | - | packages/taskora/dist/app-BkYbyud9.d.mts:80 |
scheduler? | SchedulerConfig | - | packages/taskora/dist/app-BkYbyud9.d.mts:79 |
serializer? | Serializer | - | packages/taskora/dist/app-BkYbyud9.d.mts:78 |
validateOnDispatch? | boolean | Whether dispatch() validates input via the task's Standard Schema before enqueueing. Disable when the producer fully trusts the input (e.g. already validated upstream) and you want to skip the schema cost. Worker-side validation is unaffected — it always runs before the handler so job data is still checked at some boundary. Per-call dispatch(data, { skipValidation: true }) overrides this. Default: true. | packages/taskora/dist/app-BkYbyud9.d.mts:97 |