PURISTA API / @purista/core / QueueLongRunningExecutionProfile
Type Alias: QueueLongRunningExecutionProfile
QueueLongRunningExecutionProfile =
object
Defined in: core/types/queue/QueueExecutionProfile.ts:3
Properties
maxRuntimeMs
maxRuntimeMs:
number
Defined in: core/types/queue/QueueExecutionProfile.ts:5
name
Defined in: core/types/queue/QueueExecutionProfile.ts:4
onLeaseLost?
optionalonLeaseLost?:"abort"
Defined in: core/types/queue/QueueExecutionProfile.ts:11
shutdown?
optionalshutdown?:object
Defined in: core/types/queue/QueueExecutionProfile.ts:7
graceMs?
optionalgraceMs?:number
onTimeout?
optionalonTimeout?:"letLeaseExpire"
strict?
optionalstrict?:boolean
Defined in: core/types/queue/QueueExecutionProfile.ts:6
