When an end point produces a result code that is retry-able, for example the following seem like good candidates.
408 Request Timeout
503 Service Unavailable
504 Gateway Time out
It would be great if API connect would wait a time out period and retry. And that that retry count and delay were set-able paramaters. The backoffs should generally be exponential in nature.
The default behavior of API connect should be unchanged and not try to re-try as the current API connect is designed. Explicit paramaters should have to be set in order for this to take effect.
When an end point produces a result code that is retry-able, for example the following seem like good candidates.
408 Request Timeout
503 Service Unavailable
504 Gateway Time out
It would be great if API connect would wait a time out period and retry. And that that retry count and delay were set-able paramaters. The backoffs should generally be exponential in nature.
The default behavior of API connect should be unchanged and not try to re-try as the current API connect is designed. Explicit paramaters should have to be set in order for this to take effect.