Home > @imqueue/rpc > UDPClusterManagerOptions > handleSignals

UDPClusterManagerOptions.handleSignals property

Enable process signal handling (SIGTERM, SIGINT, SIGABRT) by the manager. When enabled, the manager stops its UDP workers on these signals and then re-raises the signal, so the process terminates through the default signal behavior. Disable if the host application manages its own shutdown sequence.

true {boolean}

Signature:

handleSignals: boolean;