cloudant / nodejs-cloudant

Cloudant Node.js client library
Apache License 2.0
255 stars 90 forks source link

Retry functionality #450

Closed pheuberger closed 3 years ago

pheuberger commented 3 years ago

Hey there,

I saw you're not supporting the previous host of plugins, but will you natively support retrying failed requests in the future?

Cheers, Philipp

ricellis commented 3 years ago

The available plugins in nodejs-cloudant are listed here: https://github.com/cloudant/nodejs-cloudant#the-plugins including the retry plugin. If you are referring to the migration guide and https://github.com/IBM/cloudant-node-sdk/ - then my expectation is that retry functionality will be added there via the https://github.com/IBM/node-sdk-core.