We'll need a way to honor maxRetries with requests made through the generated API. We will need to wrap each outbound call to implement our own exponential backoff retry strategy.
@callmehiphop will retryRequest work here, or will this require any extra work to be compatible with the promise API?
We'll need a way to honor
maxRetrieswith requests made through the generated API. We will need to wrap each outbound call to implement our own exponential backoff retry strategy.@callmehiphop will
retryRequestwork here, or will this require any extra work to be compatible with the promise API?