Skip to content

Commit 61d6338

Browse files
sfacklerRobert Fink
authored and
Robert Fink
committed
Fix up description of 503 handling (#712)
1 parent a7fc9ef commit 61d6338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ http-remoting clients (both Retrofit2 and JaxRs) handle the above error codes an
389389
* `throttle`: reschedule the request with a delay: either the indicated `Retry-After` period, or a configured
390390
exponential backoff
391391
* `retryOther`: retry the request against the indicated service node; all request parameters and headers are maintained
392-
* `unavailable`: retry the same host after a configurable exponential delay
392+
* `unavailable`: retry the request on a different host after a configurable exponential delay
393393

394394
Additionally, connection errors (e.g., `connection refused` or DNS errors) yield a retry against a different node of the
395395
service. Retries pick a target host by cycling through the list of URLs configured for a Service (see

0 commit comments

Comments
 (0)