-
Notifications
You must be signed in to change notification settings - Fork 9
SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction (SQL: de... #1728
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
Comments
Add slow logging to database to help determine what is causing deadlocks.
|
Because you closed this issue the following error in Flare was marked as resolved: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction (SQL: delete from |
The related PR (#1782) that closed this was to add additional logging to determine the cause, not a fix for the issue. |
Because you reopened this issue the following error in Flare was reopened: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction (SQL: delete from |
Hasn't re-ocurred for a while. |
Illuminate\Database\QueryException
SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction (SQL: delete from
sessions
wherelast_activity
<= 1685150713)🎯 Illuminate\Database\Connection::runQueryCallback
📄 /app/vendor/laravel/framework/src/Illuminate/Database/Connection.php
Open in Flare
The text was updated successfully, but these errors were encountered: