Remove conflicting information from the CircuitBreaker documentation.

This commit is contained in:
Adrien Kunysz 2025-06-25 11:12:04 +02:00 committed by GitHub
parent 107efb8a5a
commit c2c488ffc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -160,8 +160,8 @@ Here is the list of supported operators:
### Fallback mechanism ### Fallback mechanism
The fallback mechanism returns a `HTTP 503 Service Unavailable` to the client instead of calling the target service. By default the fallback mechanism returns a `HTTP 503 Service Unavailable` to the client instead of calling the target service.
This behavior cannot be configured. The response code can be configured.
### `CheckPeriod` ### `CheckPeriod`

View File

@ -113,8 +113,8 @@ Here is the list of supported operators:
### Fallback mechanism ### Fallback mechanism
The fallback mechanism returns a `HTTP 503 Service Unavailable` to the client instead of calling the target service. By default the fallback mechanism returns a `HTTP 503 Service Unavailable` to the client instead of calling the target service.
This behavior cannot be configured. The response code can be configured.
## State ## State