Creates a new webhook queue instance.
The validator instance.
The config instance.
The logger instance.
The connector instance.
Adds a new job to the webhook 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 webhook queue as a singleton in the DI container.
The DI container to register in.
Bull-based webhook queue implementation.
Depends:
Example