Closed
Description
- Laravel Version: 5.3.9
- PHP Version: 7.0.11
- Database Driver & Version: mysqlnd 5.0.12, mysql 5.7.12
Description:
When using the DB Queue Driver I am noticing that when server connection goes away while committing, transactions count remains the same. (function below):
During the next iteration (of the queue/loop) there are more server connection errors (General error: 2006 MySQL server has gone away) (as the db connection is not reconnected and because connection obj is being reused in daemon mode) (function below):
The behavior has been verified in 5.3. 5.4 appears to be no different in handling this scenario.
How should I handle this?
Metadata
Metadata
Assignees
Labels
No labels