Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webserver shows write is none when restarted while connecting to RabbitMQ #2758

Closed
sanderegg opened this issue Jan 24, 2022 · 0 comments · Fixed by #2780
Closed

webserver shows write is none when restarted while connecting to RabbitMQ #2758

sanderegg opened this issue Jan 24, 2022 · 0 comments · Fixed by #2780
Assignees
Labels
bug buggy, it does not work as expected

Comments

@sanderegg
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug buggy, it does not work as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant