[router] Expose worker startup secs & Return error instead of panic for router init (#3016)
This commit is contained in:
@@ -28,6 +28,7 @@ class TestLaunchRouter(unittest.TestCase):
|
||||
host="127.0.0.1",
|
||||
port=30000,
|
||||
policy="cache_aware",
|
||||
worker_startup_timeout_secs=600,
|
||||
cache_threshold=0.5,
|
||||
balance_abs_threshold=32,
|
||||
balance_rel_threshold=1.0001,
|
||||
|
||||
Reference in New Issue
Block a user