Oh thanks for the response, I did not catch it.
Yeah we set the connection_limit explicitly and it fixed the initial issue. We also discovered that we were not using the build-in
dataloader solution for some of our queries. After refactoring we went from 140+ queries for a single request to ~40 requests.