Fix worker

This commit is contained in:
Taras Terletskyi 2023-11-18 18:39:24 +02:00
parent 18d40eede7
commit 30aa380c24

View file

@ -29,7 +29,8 @@ class WorkerLauncher:
await self._run_forever()
async def _run_forever(self) -> None:
await asyncio.sleep(self._RUN_FOREVER_SLEEP_SECONDS)
while True:
await asyncio.sleep(self._RUN_FOREVER_SLEEP_SECONDS)
async def _perform_setup(self) -> None:
await asyncio.gather(