IMQOptions.watcherCheckDelay property

Interval in milliseconds of the periodic watcher check. Defaults to 5000.

Signature:

watcherCheckDelay?: number;

Remarks

Each tick re-elects a watcher owner if none exists and, on worker-capable instances, releases due delayed messages — acting as the fallback when Redis keyspace notifications are unavailable. That makes this value the worst-case extra latency for a delayed message. Setting it to 0 disables both behaviours.

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