AnyJobQueue.destroy() method
Closes the broker connection and releases the queue's resources for good. Unlike AnyJobQueue.stop() this is not reversible.
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.