Skip to content

Commit aea6116

Browse files
committed
add a todo
1 parent e7653b5 commit aea6116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/forge/controller/service/router.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ async def _batch_loop(self) -> None:
197197
batch = [await self._queue.get()]
198198
start_time = time.monotonic()
199199

200+
# TODO (dxie): consider making timeout adaptive based on replica load.
200201
while True:
201202
try:
202203
timeout = max(

0 commit comments

Comments
 (0)