to stop the execution of catch_up. I already tried raising asyncio.CancelledError but catch_up doesn't seem to be interested in that one 😅. Is there any way (beside just exit()ing the application) to stop catch_up from doing its thing?
maybe run it in a task and kill the task when you want it to stop
Обсуждают сегодня