connectionPoolGetConnectionError
Closed this issue · 5 comments
shiwenwen commented
When the service runs for a period of time, it will be a mistake --- connectionPoolGetConnectionError
HansOspina commented
I use this one for 2 production apps
-One with high usage that has zero issues.
-One with very low usage(around every 2 or 3 days when the customer is testing) and this one breaks...it cannot get a connection from the pool, I have to restart the server.
novi commented
Thanks for reporting.
I investigate for that.
PoissonBallon commented
Any news about it ? I have the same issue :/
novi commented
Can you try to enable reconnect
option in ConnectionOption
?
novi commented
In 0.9.0, reconnect
option is enabled as defaults.