mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
I think that the only place where we want db connection pooling would be to talk to the metadata database. SQL Lab should close its connections and never pool them. Given that each Gunicorn worker will create its own pool that can lead to way too many connections opened. closes https://github.com/apache/incubator-superset/issues/4666
8.3 KiB
8.3 KiB