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
I have searched for a similar issue in our bug tracker and didn't find any solutions.
What happened?
A bug happened!
I have an pipeline which I'm using only for pushing tasks to the exchange
jobs:
consume: [] # not consuming any queuespipelines:
push_pipeline:
driver: amqpconfig:
exchange: defaultrouting_key: product.created exchange_type: direct
Note that in this case default queue is not exists and not consumed
In case when RabbitMQ server rebooted, RR trying to redial connection, and trying to reconnect to this default queue, and then fall.
Version (rr --version)
2.12.2
How to reproduce the issue?
jobs:
consume: [] # not consuming any queuespipelines:
push_pipeline:
driver: amqpconfig:
exchange: defaultrouting_key: product.created exchange_type: direct
No duplicates 🥲.
What happened?
A bug happened!
I have an pipeline which I'm using only for pushing tasks to the exchange
Note that in this case
default
queue is not exists and not consumedIn case when RabbitMQ server rebooted, RR trying to redial connection, and trying to reconnect to this
default
queue, and then fall.Version (rr --version)
2.12.2
How to reproduce the issue?
Push task
Rebood Rabbitmq ant try to push new one task
Relevant log output
The text was updated successfully, but these errors were encountered: