Skip to content

Interface: KyooJobMessage<M>

Describes the shape of the object that is passed to the job processor function.

Type Parameters

Type ParameterDefault type
MKyooSerializable

Properties

PropertyTypeDescription
attemptsnumberThe number of attempts made to process the job.
jobKyooJob<M>The job object.
queuestringThe name of the queue from which the job was fetched.
workerstringThe name of the worker that processed the job.