Errors causing server shutdown in `@sqlfx/mysql` library
I'm using
Any idea what could cause this periodic failure?
@sqlfx/mysql and I see the following errors causing my server to shut down. They occur periodically, once every 10 minutes. I use the default configuration of the library, i.e. minConnection: 1, maxConnection: 10, TTL: 45 minutes, etc. I've only found this SO discussing a similar issue where they suggested to solve it with setting minDelayValidation to 0. However, that setting is not surfaced via the library (problem of wrapping libraries) but also, I'm not sure if it would help since the library runs its own pooling mechanism. The interesting thing is that once I integrated the app with Sentry, the errors stopped occurring. I did not expect to see the observer effect 
