Skip to content

Commit

Permalink
PHP CircuitBreaker
Browse files Browse the repository at this point in the history
  • Loading branch information
EC-tleckie committed May 23, 2021
1 parent fc684e7 commit e91997e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Usually you'll also want some kind of monitor alert if the circuit breaker trips


Circuit breaker is heavily used in microservice architecture to find issues between microservices calls.
The main idea is to protect your code from making unnecessary call if the microservice you call is down.
The main idea is to protect your code from making unnecessary calls if the microservice you call is down.

# Features:
- Automatic update. (i.e you don't have to manually add success or failure method like other library)
Expand Down

0 comments on commit e91997e

Please sign in to comment.