Skip to main content

Interface: JobEntry

Defined in: types/entry.types.ts:161

Extends​

Properties​

createdAt?​

optional createdAt: string

Defined in: types/entry.types.ts:42

Inherited from​

BaseEntry.createdAt


familyHash?​

optional familyHash: string

Defined in: types/entry.types.ts:44

Inherited from​

BaseEntry.familyHash


id?​

optional id: number

Defined in: types/entry.types.ts:39

Inherited from​

BaseEntry.id


payload​

payload: object

Defined in: types/entry.types.ts:163

attempts​

attempts: number

data​

data: unknown

duration?​

optional duration: number

error?​

optional error: string

name​

name: string

queue​

queue: string

result?​

optional result: unknown

status​

status: "waiting" | "active" | "completed" | "failed" | "delayed"


requestId?​

optional requestId: string

Defined in: types/entry.types.ts:41

Inherited from​

BaseEntry.requestId


resolvedAt?​

optional resolvedAt: string

Defined in: types/entry.types.ts:46

Inherited from​

BaseEntry.resolvedAt


tags?​

optional tags: string[]

Defined in: types/entry.types.ts:45

Inherited from​

BaseEntry.tags


type​

type: "job"

Defined in: types/entry.types.ts:162

Overrides​

BaseEntry.type