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

[BE] Create Circuit Breaker for External API unavailability handling #8

Open
4 tasks done
Eugeniosales opened this issue Oct 17, 2022 · 0 comments
Open
4 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@Eugeniosales
Copy link
Owner

Eugeniosales commented Oct 17, 2022

Description:

Add circuit breaker pattern to updateExchangeRate microservice (#3) for handling Exchange Rates External API unavailbility in job.

Acceptance criteria:

  • Create a table CircuitBreaker in DynamoDB to controll state over microsservice calls
  • The Circuit Breaker must contain 2 states: open and closed.
  • Add Circuit Breaker to updateExchangeRate microsservice
  • Mock "New Relic" event to monitor Circuit Breaker state regarding observability issues
@Eugeniosales Eugeniosales added the enhancement New feature or request label Oct 17, 2022
@Eugeniosales Eugeniosales self-assigned this Oct 17, 2022
Eugeniosales added a commit that referenced this issue Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant