Interface MetaDataBullMQ

Hierarchy

  • MetaDataBullMQ

Properties

Properties

id: string

The id of the job

Memberof

MetaData

Example

'1'
job: Job<any, any, string>

The job object

Memberof

MetaDataBullMQ

See

https://api.docs.bullmq.io/classes/Job.html

name: string

The name of the job

Memberof

MetaDataBullMQ

Example

'translate'

Description

This is the name of the job, not the queue

See

https://api.docs.bullmq.io/classes/Job.html#name

opts: JobsOptions

The options object for this job.

Memberof

MetaDataBullMQ

Example

{ attempts: 3, backoff: { type: 'exponential', delay: 1000 } }

See

timestamp: number

The timestamp of the job

Memberof

MetaDataBullMQ

Example

1611234567890

Description

Timestamp when the job was created

See

https://api.docs.bullmq.io/classes/Job.html#timestamp

token: string

the unique token for the job

Memberof

MetaDataBullMQ