moritzraho opened a new pull request #227: URL: https://github.com/apache/openwhisk-client-js/pull/227
This PR adds support for retries in the client using the [async-retry](https://www.npmjs.com/package/async-retry) package. Like now, the default is no retries. Retries are performed on http errors and all 4xx and 5xx error codes. This can be re-discussed, e.g. retries on 4xx might not be wanted. This has been tested via unit tests and manually. Api doc and README have been updated too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
