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:
resilience4j.circuitbreaker:
instances:
findAllAccount:
registerHealthIndicator: true
ringBufferSizeInClosedState: 5
ringBufferSizeInHalfOpenState: 3
waitDurationInOpenState: 10s
failureRateThreshold: 50
registerHealthIndicator: true
ringBufferSizeInClosedState: 5
ringBufferSizeInHalfOpenState: 3
waitDurationInOpenState: 10s
failureRateThreshold: 50
resilience4j.bulkhead:
instances:
bulkheadfindAllAccount:
bulkheadFindAllAccount:
maxWaitDuration: 2ms
maxConcurrentCalls: 20
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