Skip to content

Commit 48cdbab

Browse files
webartisan10Daniyar Islamgaliyev
and
Daniyar Islamgaliyev
authored
[11] Update DetectsLostConnections.php (#52614)
* Detect rabbitmq connection lost * fix phpdoc --------- Co-authored-by: Daniyar Islamgaliyev <[email protected]>
1 parent b9cf7d3 commit 48cdbab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Database/DetectsLostConnections.php

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ protected function causedByLostConnection(Throwable $e)
7676
'No such file or directory',
7777
'server is shutting down',
7878
'failed to connect to',
79+
'Channel connection is closed',
80+
'Connection lost',
81+
'Broken pipe',
7982
]);
8083
}
8184
}

0 commit comments

Comments
 (0)