You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, logic was added (#457) to detected closed AMQP connections and fire the appropriate Runtime Exception to trigger Laravel's cleanup process and relaunch the worker thread. But now, I'm getting the following error in my logs:
Unfortunately, broken pipe errors are typically from transient network issues, so it's tough to reproduce this issue.
Current behavior
What happens with the worker? The worker loops constantly, throwing this error
Is the message retried or put back into the queue? New messages are not being fetched
Is the message acknowledged or rejected? New messages are not being fetched
Is the message unacked? N/A
Is the message gone? N/A
Expected behavior
This error should be caught like the other "closed connection" errors and the properly worded Laravel error should be thrown so the worker is recycled.
The text was updated successfully, but these errors were encountered:
Not sure why my application was not properly closing the connection, but it doesn't seem to be an issue that needs addressing in this library. Thank you!
Describe the bug
Previously, logic was added (#457) to detected closed AMQP connections and fire the appropriate Runtime Exception to trigger Laravel's cleanup process and relaunch the worker thread. But now, I'm getting the following error in my logs:
[2022-10-19 15:42:45] development.ERROR: fwrite(): SSL: Broken pipe {"exception":"[object] (PhpAmqpLib\\Exception\\AMQPRuntimeException(code: 2): fwrite(): SSL: Broken pipe at /var/www/pcdocconvdev.rutgers.edu/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/IO/StreamIO.php:268)
Steps To Reproduce
Unfortunately, broken pipe errors are typically from transient network issues, so it's tough to reproduce this issue.
Current behavior
Expected behavior
This error should be caught like the other "closed connection" errors and the properly worded Laravel error should be thrown so the worker is recycled.
The text was updated successfully, but these errors were encountered: