Creates a new analyze queue instance.
The validator instance.
The config instance.
The logger instance.
The connector instance.
Adds a new job to the analyze queue.
The name of the job to be added.
The arbitrary data to append to the job.
ProducerError If adding job fails.
Retrieves the total number of jobs in the queue.
The total job count.
ProducerError If the count cannot be retrieved.
StaticregisterRegisters the analyze queue as a singleton in the DI container.
The DI container to register in.
Bull-based analyze queue implementation.
Depends:
Example