Netflix / zuul

Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
Apache License 2.0
13.44k stars 2.37k forks source link

can we customize the interval time when we use retry ? #555

Open CMBian opened 5 years ago

CMBian commented 5 years ago

api.ribbon.MaxAutoRetriesNextServer=5 i can use it to retry if backend service return 503, can i control the interval of the retries?

artgon commented 5 years ago

No, that is currently not supported. Feel free to contribute a PR :)