Skip to main content

✨ Signals

The Nomad IIS driver supports the following signals:

SignalDescription
SIGHUP or RECYCLERecycles the Application Pool
STOPStops (pauses) the Application Pool while keeping the Nomad allocation running.
STARTStarts the Application Pool
SIGINT or SIGKILLStops and removes the Application. Note: When sending this signal manually, the job gets re-scheduled.

To send a RECYCLE signal, run:

nomad alloc signal -s RECYCLE <allocation> <task>

Details about the command can be found here.