mirror of
https://github.com/StefBuwalda/dashboard_test.git
synced 2025-10-30 03:09:59 +00:00
Added TODO notes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user