Documentation / @zerotal/monitor / FailedJob
Interface: FailedJob
Defined in: monitor/src/store/types.ts:259
Properties
id
id:
number
Defined in: monitor/src/store/types.ts:260
name
name:
string
Defined in: monitor/src/store/types.ts:261
error
error:
string
Defined in: monitor/src/store/types.ts:262
failedAt
failedAt:
string
Defined in: monitor/src/store/types.ts:263
attempts
attempts:
number
Defined in: monitor/src/store/types.ts:264
tags
tags:
string[]
Defined in: monitor/src/store/types.ts:265