From aca1aac850679ede9b68c27e0ee66ff9ec3b046d Mon Sep 17 00:00:00 2001 From: frdel <38891707+frdel@users.noreply.github.com> Date: Sat, 3 May 2025 16:02:22 +0200 Subject: [PATCH] Update poll.py --- python/api/poll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/api/poll.py b/python/api/poll.py index e9d012b3e..df3e22c80 100644 --- a/python/api/poll.py +++ b/python/api/poll.py @@ -32,7 +32,7 @@ class Poll(ApiHandler): scheduler = TaskScheduler.get() # Always reload the scheduler on each poll to ensure we have the latest task state - # await scheduler.reload() # TODO:SCHEDULER must optimize this + # await scheduler.reload() # does not seem to be needed # loop AgentContext._contexts and divide into contexts and tasks