BaseJobQueue.destroy() method
Destroys the job queue, closing the broker connection and releasing its resources. Not reversible — construct a new queue to carry on.
Signature:
destroy(): Promise<void>;
Returns:
Promise<void>
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.