← Back
Milan Jovanovic April 19, 2025 30s

Polly V8 is a monster!

Summary

The transcript discusses the evolution of retry policy implementation in Polly, a resilience and transient-fault-handling library for .NET. In version 7, developers used static methods on the policy class, while version 8 introduces a new resilience pipeline builder with instance methods for defining resilience strategies. The key practical takeaway is to use the build method to create a resilience pipeline and then leverage execute or execute async methods to run code with improved fault tolerance.

View original episode ↗