Skip to main content
zerotal

Documentation


Documentation / @zerotal/monitor / JobEntry

Interface: JobEntry

Defined in: monitor/src/store/types.ts:327

A failed or slow background job.

Properties

className

className: string

Defined in: monitor/src/store/types.ts:328


queue

queue: string

Defined in: monitor/src/store/types.ts:329


status

status: string

Defined in: monitor/src/store/types.ts:330


ms

ms: number

Defined in: monitor/src/store/types.ts:331


when

when: string

Defined in: monitor/src/store/types.ts:332


error

error: string | null

Defined in: monitor/src/store/types.ts:333