Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sql lab] always use NullPool (apache#5612)
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 apache#4666
- Loading branch information