Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new error message "SSL: Handshake timed out" handling to PDO Dete…
…cts Lost Connections (#47392) After upgrading Laravel from 9 to 10.13.2 and PHP from 8.1 to 8.2 I started to see some strange errors in logs. They might happen 1 per 1-2 hours only in Scheduled commands. I'm using Vapor and base image of docker php8.2. Using RDS cluster. Adding new error messages to detect connection was lost helped me to fix issue.
- Loading branch information