Update poll.py

frdel committed May 3, 2025 at 16:02 UTC aca1aac850679ede9b68c27e0ee66ff9ec3b046d
1 file changed +1 -1
python/api/poll.py
+1 -1
@@ -32,7 +32,7 @@ class Poll(ApiHandler):
32 scheduler = TaskScheduler.get()
33
34 # Always reload the scheduler on each poll to ensure we have the latest task state
35 - # await scheduler.reload() # TODO:SCHEDULER must optimize this
35 + # await scheduler.reload() # does not seem to be needed
36
37 # loop AgentContext._contexts and divide into contexts and tasks
38