Escalation Policies

Build multi-step escalation policies so alerts reach the right person, in the right channel, at the right time.

Escalation Policies

An escalation policy is an ordered list of steps. When an incident fires, LemWatch runs step 1, waits, runs step 2, waits, and keeps going until somebody acknowledges the incident or the policy runs out of steps.

When to use one

Build a policy

  1. Open Settings → Notifications → Escalation Policies
  2. Click New policy, give it a name (e.g. "Production on-call")
  3. Click Add step and fill in:
  1. Save and attach the policy to a site under Edit Site → Notifications → Escalation policy

Step ordering & uniqueness

Each step needs a unique step_order within the policy. The editor auto-suggests the next number (max existing + 1) so adding a step after deleting one in the middle still works. If you manually enter a number that's already taken, the editor shows "Step #N already exists in this policy" instead of a raw database error.

Acknowledging stops escalation

The moment any teammate clicks Acknowledge on the incident, all remaining steps are skipped. The notification engine now also skips already-acked incidents at query time, so escalation work doesn't pile up. See Acknowledging incidents.

Editing an existing policy