You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Aurora serverless DB sometimes aborts queries while performing scaling. The error returned is:
"SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry."
Co-authored-by: Sab <sebastian@filzek.com>
Copy file name to clipboardExpand all lines: src/Illuminate/Database/DetectsLostConnections.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@ protected function causedByLostConnection(Throwable $e)
45
45
'The connection is broken and recovery is not possible. The connection is marked by the client driver as unrecoverable. No attempt was made to restore the connection.',
0 commit comments