-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - sqlalchemy.exc.TimeoutError: QueuePool limit reached #4793
Comments
Don't like doing +1 comments, but this happens to me as well, essentially every single time that I open the timeline.
Same behavior here as well : Mealie completely stops responding and makes it seem like the website is down. I find myself relatively tech savvy and got super confused when that happened before I started investigating, and trying to make a non-techy user use mealie means I have to warn them to essentially never touch this option until this is resolved. It still works but is quite scary 😅 |
Same for me on the newest version with exactly the same behaviour. |
Me too, I was wondering if there might be a simple way to disable the timeline function (just hiding on the frontend would do) |
Timeline also causes my instance to crash with the same error. Funny enough can make it happen on the demo site as well. |
For myself, I solved it by migrating to postgres. |
What did you use to transfer your db? Any losses in the transfer process? |
In summary, created a backup inside mealie, then started it up with the postgres setup and imported the backup. No losses noticed. |
First Check
What is the issue you are experiencing?
During normal usage, two users, not a significant number of (simultaneous) requests, Mealie frequently stops serving requests and recovers after some minutes. Probably related issue is #4604, which focuses more on lock up due to high load. Number of total recipes is around 30.
Steps to Reproduce
Viewing the timeline seems to trigger it mostly, see the log.
Please provide relevant logs
Mealie Version
mealie:v2.4.1
Deployment
Docker (Linux)
Additional Deployment Details
Using traefik:latest as edge router / TLS termination.
The text was updated successfully, but these errors were encountered: