mollie / mollie-api-node

Official Mollie API client for Node
http://www.mollie.com
BSD 3-Clause "New" or "Revised" License
231 stars 63 forks source link

Investigate retrying on connection errors #257

Closed Pimm closed 1 year ago

Pimm commented 2 years ago

I'm not sure what the library currently does if it can't connect to the Mollie servers. We could consider adding retrying functionality for when a request fails early (and we're absolutely certain it didn't reach the Mollie servers) ‒ assuming axios doesn't already do that.