aleksul / repid

Repid framework: simple to use, fast to run and extensible to adopt job scheduler
http://repid.aleksul.space/
MIT License
63 stars 3 forks source link

[BUG] Consumer silently stops (RabbitMQ) #148

Closed aleksul closed 5 months ago

aleksul commented 5 months ago

Describe the bug

Consumer stops silently - can't be seen in RabbitMQ management interface and produces no logs.

To Reproduce

Produce BasicCancel from some other channel, rather than used for a consumer.

Expected behavior

Consumer tries to restart by emitting BasicConsume, otherwise produces an exception.

Info

aleksul commented 5 months ago

Connected to https://github.com/mosquito/aiormq/issues/116 & https://github.com/mosquito/aiormq/issues/187