JobQueueOptions.logger property

Logger for the queue's own log and error messages.

Signature:

logger?: ILogger;

Default Value

console

Remarks

Worth supplying, because this is the only channel through which some failures surface at all: JobQueuePublisher.push() reports a failed enqueue here and nowhere else. Pass a no-op logger to silence the queue.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.