[Bug]: MySQL connections don't get evicted till after 5 mins #39685
Labels
Bug
Something isn't working
Integrations Pod General
Issues related to the Integrations Pod that don't fit into other tags.
Integrations Pod
Integrations Product
Issues related to a specific integration
Needs Triaging
Needs attention from maintainers to triage
Query & Widgets Pod
All issues related to Query, JS, Eval, and Widgets
Is there an existing issue for this?
Description
When I create mysql datasource, current max connection pool size is 5, so when query is executed, my database gets flooded with 5 connections and they are not evicted until 5 mins are over. This causes issue when the database is configured with max connections of 10, so if I run 2 queries back to back, my DB gets flooded and I can't execute any queries anymore
Steps To Reproduce
Public Sample App
No response
Environment
Production
Severity
High (Blocker to building or releasing)
Issue video log
No response
Version
Cloud - v1.63
The text was updated successfully, but these errors were encountered: