guides
Incident Response
Playbook for debugging production compilation failures.
Published May 30, 2026
Detection
- Monitor fallback rate spikes in the dashboard.
- Set up alerts for correctness_match=False events.
- Watch for compile credit exhaustion.
Triage
pyvorin doctor --network --full
pyvorin job details JOB_ID
pyvorin report
Mitigation
- Enable force fallback:
PYVORIN_FORCE_FALLBACK=1 - Delete corrupted cache:
rm -rf ~/.pyvorin/cache/* - Rollback to previous artifact version.
Post-Incident
- Capture failure event JSON.
- Run
pyvorin report-failureto send diagnostics. - Document the fix in runbooks.