This commit is contained in:
13
src/main/resources/application.yml
Normal file
13
src/main/resources/application.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: hystrix.stream
|
||||
|
||||
hystrix:
|
||||
command:
|
||||
fallbackcmd:
|
||||
execution:
|
||||
isolation:
|
||||
thread:
|
||||
timeoutInMilliseconds: 3000
|
||||
Reference in New Issue
Block a user