Open
requested to merge 19-beacon-async-crashes-with-mixed-slow-fast-concurrent-requests into 15-connection-pool-busy
Investigate and fix connection pool exhaustion when slow and fast queries run simultaneously. Currently Beacon async fails after ~12 concurrent requests due to slow queries holding pool connections until fast requests time out.
Closes #19