alexkli opened a new issue #148: handle 429 responses with exponential backoff 
retries
URL: https://github.com/apache/incubator-openwhisk-client-js/issues/148
 
 
   When using `openwhisk.action.invoke()` or other operations one can encounter 
HTTP 429 TOO MANY REQUESTS status code responses from [Openwhisk's rate 
limiting](https://github.com/jberstler/openwhisk/blob/master/docs/reference.md).
 It would be nice if the openwhisk js client can provide a retry mechanism out 
of the box.
   
   The suggested approach is a exponential backoff. This was implemented e.g. 
here: https://github.com/apache/incubator-openwhisk-package-cloudant/pull/90

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to