You're viewing archived documentation for @imqueue/core v1.15.0. APIs may differ from the current release. View the latest version ↗

IMQOptions.safeDeliveryTtl property

Time-to-live of worker queues (after this time messages are back to main queue for handling if worker died). Only works if safeDelivery option enabled.

{number}

Signature:

safeDeliveryTtl?: number;