ObanPowertools.HostEscalationHandler behaviour (oban_powertools v0.5.0)

Copy Markdown View Source

Host-owned callback behaviour for post-remediation follow-up.

Powertools emits bounded event facts and records callback outcomes. Destination routing, delivery guarantees, and escalation policy remain host-owned.

Summary

Callbacks

handle_escalation(map)

@callback handle_escalation(map()) :: :ok | {:ok, map()} | {:error, term()}