IMessage.delay property

Warning: This API is now obsolete.

Inert, and always absent in practice — the Redis adapter never writes this field and never reads it. Delays are carried in the queue's delayed sorted set, not in the message envelope, so pass the delay to IMessageQueue.send() instead. Scheduled for removal in the next major.

Intended delay in milliseconds.

Signature:

delay?: number;

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