You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it could be interpreted that any status code added to autoRetry.forStatusCodes will be retried. In reality, this only applies to failed requests, so any status code in the 2xx range would have no effect in that list.
The text was updated successfully, but these errors were encountered:
It looks like you have not included any tickets in the title of this issue. Please create a ticket for this issue, or click here to have Rosie create one for you.
rmconsole3-wf
changed the title
Update autoRetry docs to clarify its expectation of a failed reqeust
CP-2107 Update autoRetry docs to clarify its expectation of a failed reqeust
Jul 28, 2016
charliekump-wf
changed the title
CP-2107 Update autoRetry docs to clarify its expectation of a failed reqeust
CP-2231 CP-2107 Update autoRetry docs to clarify its expectation of a failed reqeust
Jul 28, 2016
https://github.com/Workiva/w_transport#automatic-request-retrying
Currently, it could be interpreted that any status code added to
autoRetry.forStatusCodes
will be retried. In reality, this only applies to failed requests, so any status code in the 2xx range would have no effect in that list.The text was updated successfully, but these errors were encountered: