PersistedJob
Defined in: packages/core/src/jobs/types.ts:126
A job that has been persisted to MongoDB and has a guaranteed _id.
This is returned by enqueue(), now(), and schedule() methods.
Type Declaration
Section titled “Type Declaration”Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type | Description |
|---|---|---|
T | unknown | The type of the job’s data payload |