diff --git a/app/main.py b/app/main.py index 1e58c05..3f70fc6 100644 --- a/app/main.py +++ b/app/main.py @@ -98,6 +98,7 @@ async def worker() -> None: while True: update = await queue.get() await dispatcher.process_update(update) + await asyncio.sleep(1) async def create_app() -> web.Application: