This commit is contained in:
2023-08-24 16:04:24 +08:00
parent 812505f914
commit c30a58a4c5
+3
View File
@@ -195,6 +195,9 @@ class Command extends Component
if (str_contains($throwable->getMessage(), 'Send of 14 bytes failed with errno=32 Broken pipe')) {
return true;
}
if (str_contains($throwable->getMessage(), 'Lost connection to MySQL server during query')) {
return true;
}
return false;
}