Does anyone understand connection pool limits? I'm a noob and am running into this issue:
Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 17)
Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 17)
Is it as simple as adding a custom connection limit in the database connection URL?
Any context on how connection pools operate in serverless infra would be very helpful, just trying to understand this more.