Aias00 opened a new pull request, #961: URL: https://github.com/apache/rocketmq-dashboard/pull/961
## Summary Fixes #959. - Drain CLI stdout and stderr concurrently so either pipe cannot block the child process. - Apply the execution timeout before waiting on output readers. - Bound asynchronous SSE chat work to 16 active tasks and 32 queued tasks, returning structured `llm.gateway.busy` errors when saturated. ## Validation `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -f server/pom.xml -Dtest=CliAgentProviderTest,OpenAiCompatibleLlmGatewayTest test` The new test covers large stderr output and timeout behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
