Skip to content

Commit bce0f41

Browse files
committed
Merge remote-tracking branch 'origin/fix/worker-stability'
2 parents 3118461 + 7069d08 commit bce0f41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Traits/AMQPFailureDetector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ protected function causedByLostConnection(Exception $e)
3131
'Resource deadlock avoided',
3232
'Transaction() on null',
3333
'child connection forced to terminate due to client_idle_limit',
34+
'Channel connection is closed',
35+
"Broken pipe",
3436
]);
3537
}
3638
}

0 commit comments

Comments
 (0)