You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Add dart3 test with for hybrid horizontal scaling with load balancer (#10634)
* revert dart3.dockerfile to scratch
* delete run.sh
* bump dart version
* update HttpStatus for requestTimeout
* remove requestTimeout and make _handleRequest synchronous again
* remove unnecessary Future and async
* move workerGroupTag after pre-existing args
* expose args in _startServer function
* add base structure for hybrid scaling
* fix benchmark_config.json
* implement loadbalancer
* replace CMD with ENTRYPOINT in Dockerfile
* allow --port to be parsed at runtime
* update run.sh to make busybox happy
* update run.sh to make busybox happy (1)
* comments added to run.sh
0 commit comments