Skip to main content

Replay rejected

Symptom

The orchestrator reports gate replay rejected: ticket_id already consumed.

Resolution

  1. Confirm the gate is consumed: goal-gate.ps1 -Action inspect -GateId ….
  2. Determine why the replay was attempted (stale next_actions, manual retry).
  3. Reset the orchestrator by re-running goal-run.ps1 -DryRun.
  4. Re-issue a fresh gate if needed.

See Playbooks → Handle gate replay rejection.