aiormq
aiormq copied to clipboard
aiorun closing issue
Hello, after bumping version of aiormq on our application we run into problem with shutting down. An aiorun has a graceful closing of pending tasks and it is waiting all are not closed. When some exception occurs we expect that application closes. Now sometimes we got a zombie program, because aiorun is waiting to close a heartbeat task.
version affected is 5.2.2 we bumped from 4.2.1 which was working without that issue. Error is not received with every run. It's randomized.
Please provide minimal code example