Correct stop of loop, mysql and influx

This commit is contained in:
marys
2025-09-26 11:43:40 +02:00
parent 521c474a17
commit cf5b486b2a
2 changed files with 6 additions and 3 deletions

View File

@@ -34,4 +34,4 @@ async def internal_loop(influxdb_client: InfluxDBClientAsync, mysql_client: Asyn
execution_model: list[ExecutionModel] = await execution_query.get_execution_by_id(293)
res = [i.asdict() for i in execution_model]
print(res[0]['id'])
await asyncio.sleep(2)
await asyncio.sleep(5)