
·DevOps
Module 10 Lesson 4: Designing for Resilience
The 'Anti-Fragile' pipeline. Learn how to write CI/CD scripts that can handle network failures, registry timeouts, and flaky tests without completely stopping your company's delivery engine.
3 articles

The 'Anti-Fragile' pipeline. Learn how to write CI/CD scripts that can handle network failures, registry timeouts, and flaky tests without completely stopping your company's delivery engine.

Prepare for the worst. Learn how to catch errors, retry failing nodes, and setup a 'Global Error Workflow' to notify you whenever something goes wrong.

Patience pays off. Learn how to use the 'Wait' node for more than just pauses, including how to implement custom backoff strategies to handle intermittent API failures.