Aleksandr Kiselev
Aleksandr Kiselev
There is a problem with reconnecting. In some services, I don't need to reconnect to RabbitMQ server if it falls `connect_robust` tries to reconnect, so `connect` just stops doing anything...
Hello! Thank you for this awesome library. I've found implicit behavior with the method `pull_subscribe`. #### Problem: After you shut down your worker with a `pull-based` subscription, the consumer continues...
Hello! Thank you for your awesome ORM. Recently, I've created a new driver for PostgreSQL - https://github.com/qaspen-python/psqlpy. It shows a significant performance upgrade in comparison to asyncpg. It has already...
Hello! Thank you for your awesome project! I found two problems with the consumer shutdown. Firstly, there is an error if you want to destroy consumer, but you decided to...
Add middleware, which will allow to use various functions to determine the delay time before sending
Hi! I'm trying to deploy passbolt on my cluster. Unfortunately, I've hit an unsolvable error. I'm using K3s. There are my configuration files (I masked my domain with `domain`). My...
Need to make chainable Connection Pool builder like in rust library.
## Description ## Motivation and Context ## How has this been tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...
Hello! Many thanks for your action for PostgreSQL. I'm working on https://github.com/qaspen-python/psqlpy and I need to turn on SSL mode in PostgreSQL for a new feature testing. So, I've made...