Retry and Fallback Pattern in .Net 6 with Polly
Introduction
If you find your code having to execute itself every time it encounters errors in calling an operation, then it is time to reconsider limiting your execution to a specific number of times and have a backup plan once all attempts fail or ...
morulingjames.hashnode.dev6 min read