Skip to content
Snippets Groups Projects
Commit b55fc50b authored by Fernando Ferreira de Lima Filho's avatar Fernando Ferreira de Lima Filho
Browse files

q

parent ae39c9f5
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,14 @@ spring: ...@@ -5,14 +5,14 @@ spring:
resilience4j.circuitbreaker: resilience4j.circuitbreaker:
instances: instances:
findAllAccount: findAllAccount:
registerHealthIndicator: true registerHealthIndicator: true
ringBufferSizeInClosedState: 5 ringBufferSizeInClosedState: 5
ringBufferSizeInHalfOpenState: 3 ringBufferSizeInHalfOpenState: 3
waitDurationInOpenState: 10s waitDurationInOpenState: 10s
failureRateThreshold: 50 failureRateThreshold: 50
resilience4j.bulkhead: resilience4j.bulkhead:
instances: instances:
bulkheadfindAllAccount: bulkheadFindAllAccount:
maxWaitDuration: 2ms maxWaitDuration: 2ms
maxConcurrentCalls: 20 maxConcurrentCalls: 20
resilience4j.thread-pool-bulkhead: resilience4j.thread-pool-bulkhead:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment