Self-Healing CI - Definição do Glossário de CI/CD
O CI com autocorreção detecta, corrige e repete automaticamente falhas transitórias ou mecânicas (OOM, disco cheio, timeouts de rede) para que elas nunca cheguem a um humano.
Guias relacionados
Self-Healing CI: Recovering from OOM-Killed Jobs (Exit 137)Out-of-memory kills (exit 137) are mechanical, not code bugs. See the manual fix and how self-healing CI auto…
How to Retry a Failed Step or Job in GitHub ActionsHow to retry failed GitHub Actions steps and jobs - manual re-runs, retry actions with backoff, and automatic…
Migrate to Latchkey in 10 MinutesMove your GitHub Actions to Latchkey managed runners in about 10 minutes: connect the app, swap a label, and…