Skip to Content
Serverless computing in Azure with .NET
book

Serverless computing in Azure with .NET

by Sasha Rosenbaum
August 2017
Intermediate to advanced
468 pages
12h 5m
English
Packt Publishing
Content preview from Serverless computing in Azure with .NET

The Circuit Breaker pattern

The Circuit Breaker pattern prevents the system from repeatedly trying to execute an operation that is likely to fail. Implementing the Circuit Breaker pattern in concert with the Retry pattern helps prevent infinite retries.

When the Circuit Breaker is implemented, the system stops the retry attempts after a defined number of retries. The number of retries can depend on the type of operation or the type of failure encountered. For instance, the system may retry the call three times in case of a 408 request timeout HTTP error code and zero times in case of a 401 unauthorized HTTP error code.

To read more about the Circuit Breaker pattern and possible implementation approaches, visit the following link:

https://docs.microsoft.com/en-us/azure/architecture/patterns/circuit-breaker ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni
Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781787288393Supplemental Content