Circuit Breaker
?
Serverless on AWS
lessons learned #4
Are you really
production-ready?
In distributed systems
it is hard to tell when
and how* other
components fail.
*we don’t ask if - they will!
A large number of
calls or retries against
an unresponsive
subsystem can cause
resource shortages or
even worse:
cascading failures
cascading failures
Circuit Breaker
The Circuit Breaker
detects failures and
prevents retrying the
same failing action.
Until the unresponsive
service has recovered.
OPEN
CLOSED
HALF
OPEN
success
persistent
failure
detected
failure
re-open
after delay
Circuit Breaker
Circuit Breaker applied
Circuit Breaker
thumbs up, comment, share
What are your thoughts?
Is anything important missing?
If you liked it, please leave a comment.
connect with me!

More Related Content

PPTX
Serverless lessons learned #5 retries
PPTX
Serverless lessons learned #1 custom sdk timeouts
PPTX
Serverless lessons learned #2 dead letter queues
PPTX
Serverless lessons learned #3 reserved concurrency
PPTX
Serverless lessons learned #7 rate limiting
PPTX
Serverless lessons learned #8 backoff
PDF
Divide and Conquer: Easier Continuous Delivery using Micro-Services
PDF
Ruby on Rails and AWS Elastic Beanstalk
Serverless lessons learned #5 retries
Serverless lessons learned #1 custom sdk timeouts
Serverless lessons learned #2 dead letter queues
Serverless lessons learned #3 reserved concurrency
Serverless lessons learned #7 rate limiting
Serverless lessons learned #8 backoff
Divide and Conquer: Easier Continuous Delivery using Micro-Services
Ruby on Rails and AWS Elastic Beanstalk

What's hot (19)

PPTX
Microservices pros and cons
PDF
Microservices pros and cons - houston tech fest
PPTX
Creating scalable message driven solutions akkadotnet
PDF
The Journey from Monolith to Microservices: a Guided Adventure
PPTX
Aws amity university_presentation_oct-31-2020
PDF
How Percolate uses CFEngine to Manage AWS Stateless Infrastructure
PPTX
Just kill it
PDF
Writing a Search Engine. How hard could it be?
PDF
Taking Spring Apps for a Spin on Microsoft Azure Cloud
PDF
Dos and don'ts in AWS
PPTX
Rapidly Deploy Enterprise Cloud Sandboxes
PPTX
Scalr - Open Source Cloud Management
PPT
High Availability of Azure Applications
PDF
Cypress testing
PPTX
Kotlin for backend using serverless + aws lambda
PPTX
Glimpse of Loops Vs Set
PDF
Serverless and CI/CD
PDF
Reactive Programming in .Net - actorbased computing with Akka.Net
PPTX
Understand AWS OpsWorks - A DevOps Tool from AWS
Microservices pros and cons
Microservices pros and cons - houston tech fest
Creating scalable message driven solutions akkadotnet
The Journey from Monolith to Microservices: a Guided Adventure
Aws amity university_presentation_oct-31-2020
How Percolate uses CFEngine to Manage AWS Stateless Infrastructure
Just kill it
Writing a Search Engine. How hard could it be?
Taking Spring Apps for a Spin on Microsoft Azure Cloud
Dos and don'ts in AWS
Rapidly Deploy Enterprise Cloud Sandboxes
Scalr - Open Source Cloud Management
High Availability of Azure Applications
Cypress testing
Kotlin for backend using serverless + aws lambda
Glimpse of Loops Vs Set
Serverless and CI/CD
Reactive Programming in .Net - actorbased computing with Akka.Net
Understand AWS OpsWorks - A DevOps Tool from AWS
Ad

Recently uploaded (20)

PDF
iTop VPN Crack Latest Version Full Key 2025
PDF
Website Design Services for Small Businesses.pdf
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PPTX
Introduction to Windows Operating System
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PDF
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
DOCX
How to Use SharePoint as an ISO-Compliant Document Management System
PDF
MCP Security Tutorial - Beginner to Advanced
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PDF
Time Tracking Features That Teams and Organizations Actually Need
PPTX
Computer Software - Technology and Livelihood Education
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
PDF
DNT Brochure 2025 – ISV Solutions @ D365
PPTX
assetexplorer- product-overview - presentation
PPTX
Patient Appointment Booking in Odoo with online payment
PPTX
"Secure File Sharing Solutions on AWS".pptx
PDF
Topaz Photo AI Crack New Download (Latest 2025)
PDF
Microsoft Office 365 Crack Download Free
PDF
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
iTop VPN Crack Latest Version Full Key 2025
Website Design Services for Small Businesses.pdf
Advanced SystemCare Ultimate Crack + Portable (2025)
Introduction to Windows Operating System
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
How to Use SharePoint as an ISO-Compliant Document Management System
MCP Security Tutorial - Beginner to Advanced
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
Time Tracking Features That Teams and Organizations Actually Need
Computer Software - Technology and Livelihood Education
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
DNT Brochure 2025 – ISV Solutions @ D365
assetexplorer- product-overview - presentation
Patient Appointment Booking in Odoo with online payment
"Secure File Sharing Solutions on AWS".pptx
Topaz Photo AI Crack New Download (Latest 2025)
Microsoft Office 365 Crack Download Free
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
Ad

Serverless lessons learned #4 circuit breaker