Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
355 B

# Retry
Enable an application to handle transient failures when it tries to connect to a service or network resource, by transparently retrying a failed operation. This can improve the stability of the application.
Learn more from the following resources:
10 months ago
- [@article@Retry pattern](https://learn.microsoft.com/en-us/azure/architecture/patterns/retry)