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
@akalongman First of all try to stop using queue:work and try to use rabbitmq:consume instead. And yes, you will have to create 3 workers (one per queue)
Versions:
I am getting strange errors and I dont know how to fix them. Even how to debug.
I have ran queue with supervisord:
And in Sentry I have the following errors:
PhpAmqpLib\Exception\AMQPRuntimeException
: Lost connection: Channel connection is closed.PhpAmqpLib\Exception\AMQPProtocolChannelException
: PRECONDITION_FAILED - delivery acknowledgement on channel 1 timed out. Timeout value used: 1800000 ms.PhpAmqpLib\Exception\AMQPTimeoutException
: The connection timed out after 3 sec while awaiting incoming data.Queue Config:
The content of the
RabbitMQQueue
:My current understanding of RabbitMQ is insufficient to determine the appropriate direction for further investigation.
The text was updated successfully, but these errors were encountered: