alteest
Results
3
comments of
alteest
I need something similar but for RabbitMQ
Ok. Tried to reproduce. This is code example: nothing special, just conume on queue and use sleep to simulate synchronous processing ```python import logging import signal import time from typing...
Nope. As you can see I use sleep(100) and gracefull_timeout is less then message processing time and behaviour is the same. So, if it's possible that message processing can take...