RedisQueue.options property
The effective options for this queue: DEFAULT_IMQ_OPTIONS merged with the values passed to the constructor.
Signature:
options: IMQOptions;
Remarks
Treat this as read-only configuration. Some options are captured at construction time — useGzip, host and port — so changing them here has no effect, while safeDelivery, safeDeliveryTtl, cleanup, cleanupFilter and verbose are re-read at runtime.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.