You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/27 22:43:07 UTC

[GitHub] alexkli opened a new issue #148: handle 429 responses with exponential backoff retries

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:
users@infra.apache.org


With regards,
Apache Git Services