Closed
Description
- Laravel/Lumen version: ^8.54
- Octane version: "^1.0"
- RabbitMQ version: "3.8.6"
- Package version: "^11.3"
Describe the bug
While pushing the event data to RabbitMQ via using this package, I am getting these two errors:
- CHANNEL_ERROR - expected 'channel.open'(60, 40) -- getting this error mostly
- broken pipe or closed connection -- sometimes this error pops up
Steps To Reproduce
This scenario is happening after a certain time of app deployment, that means - this issue is not happening all the time. After a certain period (exactly not sure how much) of time, these errors are popping up.
Current behavior
Weirdly, this error occurs every other times. And, when getting success, the queue data are getting lost even though it does not provide any error (not available in rabbitmq queue).
Additional context
I have also checked the RabbitMQ memory usage and it is 5% of total memory.