Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add circuit breakers to Fargate service #286

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

trymtv
Copy link

@trymtv trymtv commented Nov 12, 2024

Context

Adds better support for using circuit breakers with the fargate service to prevent boot-loops in ecs.

Description

This change adds an option for enabling circuit breakers for the Fargate service. In addition to enabling a feature flag which stops the service from being replaced when using enabling circuit breakers when no deployment controller was previously defined.

Testing

The circuit breaker is toggled on for the tests being added to the snapshots.

Audience

Looks to be both CargoNet and Tomler at the moment, but might be beneficial for more teams in the future in addition to enabling the circuit breakers by default to prevent bootloops.

@trymtv trymtv requested a review from a team as a code owner November 12, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant