JobQueueOptions.name property
Name of the job queue. Required.
This is the queue's identity, not a label: a JobQueueWorker and a JobQueuePublisher that share a name are two ends of one queue, and two that do not are unrelated queues that will never see each other's jobs.
Signature:
name: string;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.