Have you guys seen this issue before?
Error fetching GraphQL query 'homeLoaderQuery' with variables '{}': [{"message":"QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30.00 (Background on this error at: https://sqlalche.me/e/20/3o7r)","locations":[{"line":2,"column":3}],"path":["functionality"]}]
Is it due to the length of my trace? It started happening after one specific run of my application
what鈥檚 your DB setup?
this is on my local machine for a test I'm doing, I have a docker container running postgres locally
does this page work? http://0.0.0.0:6006/projects
nope
Error fetching GraphQL query 'ProjectsPageQuery' with variables '{"timeRange":{"start":"2024-06-10T18:00:00.000Z","end":"2025-06-17T18:00:00.000Z"}}': [{"message":"QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30.00 (Background on this error at: https://sqlalche.me/e/20/3o7r)","locations":[{"line":8,"column":3}],"path":["projects"]}]
strange
Background information on this error: https://docs.sqlalchemy.org/en/20/errors.html#connections-and-transactions
can you go here http://0.0.0.0:6006/graphql and run this query?
query MyQuery {
projects {
edges {
node {
id
}
}
}
}this query should be very tiny
lol same error { "data": null, "errors": [ { "message": "QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30.00 (Background on this error at: https://sqlalche.me/e/20/3o7r)", "locations": [ { "line": 33, "column": 3 } ], "path": [ "projects" ] } ] }
could be that my app is running something that's why
weird
can try restarting phoenix docker container, if the issue is not with the data in db
ok
ok that worked
do you see the new trace?
nah it got interrupted last trace at 11:20 am PST
