retry pattern polly

Hello devz! Typically, we want to get data from a distant service. This service can be slow, could not respond, or just be down… But can we still be robust in our application? Using the Retry Pattern with Polly, you can! The Retry Pattern allows us to retry a task in case of exceptions, can […]