Monitor deployments and self-heal when possible.
Check Flow
Every 30 minutes:
- Query deployment API for latest status
- If READY → log and exit
- If BUILDING → wait, check next cycle
- If ERROR → enter self-heal flow
Self-Heal Flow
Failure detected
├── Attempt redeploy (retry 1/3)
│ ├── Wait for completion (max 3 minutes)
│ ├── If READY → alert: "Self-healed after 1 attempt"
│ └── If ERROR → retry 2/3
│ ├── If READY → alert: "Self-healed after
[Description truncada. Veja o README completo no GitHub.]