mosquito / aiormq

Pure python AMQP 0.9.1 asynchronous client library
Other
268 stars 58 forks source link

Queue exception #170

Closed decaz closed 1 year ago

decaz commented 1 year ago

Recently I have catched asyncio.QueueFull exception here: https://github.com/mosquito/aiormq/blob/c4135d1ec274905b25746850e7ffe103dc3e5187/aiormq/connection.py#L542-L547

Sentry gave this: image

@mosquito what do you think about suppressing this exception everywhere where queue's put_nowait method is used? There are another two calls of this method in aiormq.channel module.

Environment:

mosquito commented 1 year ago

Let's do it )))