1. 程式人生 > >zuul 設定響應超時

zuul 設定響應超時

 
 
##timeout config
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
ribbon:
ReadTimeout: 60000
ConnectTimeout: 60000
zuul:
retryable: true
add-host-header: true