We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7653b5 commit aea6116Copy full SHA for aea6116
src/forge/controller/service/router.py
@@ -197,6 +197,7 @@ async def _batch_loop(self) -> None:
197
batch = [await self._queue.get()]
198
start_time = time.monotonic()
199
200
+ # TODO (dxie): consider making timeout adaptive based on replica load.
201
while True:
202
try:
203
timeout = max(
0 commit comments