webserver shows write is none
when restarted while connecting to RabbitMQ
#2758
Labels
bug
buggy, it does not work as expected
Observed today reproducibly.
When the webserver is restarted it fails connecting to rabbitMQ showing the following error log:
https://app.zenhub.com/files/118596920/84f1586f-4157-42af-881e-0fcd853d8fef/download
After some research on aio_pika, it seems the library is affected by the problem mentioned here. This fix might never happen from the comments there.
We shall try to reconnect manually.
Elsewise maybe using directly pika with the asyncio binding would be another more stable option reference. The pika library seems now to be compatible with asyncio.
The text was updated successfully, but these errors were encountered: