jeremydaly / serverless-mysql

A module for managing MySQL connections at SERVERLESS scale
MIT License
1.2k stars 82 forks source link

feat: add ECONNRESET to retry condition #123

Closed iRoachie closed 2 years ago

iRoachie commented 2 years ago

ECONNRESET happens when the sql connection is closed from the server side. This will now retry the query with a new connection when this error is thrown.

Closes #69

pianomansam commented 2 years ago

@jeremydaly any chance we can get a release with this?