Home > @imqueue/core > IMQOptions > handleSignals
IMQOptions.handleSignals property
Enable process signal handling (SIGTERM, SIGINT, SIGABRT) by the queue. When enabled, the queue releases its watcher lock and exits gracefully on these signals. Disable if the host application manages shutdown.
true {boolean}
Signature:
handleSignals?: boolean;