Added TODO notes

This commit is contained in:
2025-09-05 21:17:47 +02:00
parent 8023978307
commit 55e8356b1b
2 changed files with 7 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ async def update_services():
# Actual update loop
while True:
session = WorkerSession()
# TODO: Add http processing time var
# instead of just adding 1 second
sleeptask = asyncio.create_task(asyncio.sleep(timeout_ / 1000 + 1))
tasks = [
ping_service(client=client, s=s)