Boundary for live dispatch wakeups emitted after durable scheduling.
Wakeups are hints only. Durable dispatch entries remain the source of truth, so a notifier failure must not roll back or hide a scheduled attempt.
Summary
Functions
Emits a live wakeup hint for a scheduled attempt through the configured notifier.
Types
@type attempt() :: %{ :run_id => String.t(), :runnable_key => String.t(), :queue => String.t(), :visible_at => DateTime.t(), optional(:partition) => String.t() }