mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
[serve] Push requests to workers instead of polling via dequeue_request (#7965)
This commit is contained in:
@@ -14,7 +14,7 @@ from ray.serve.utils import block_until_http_ready
|
||||
from ray.serve.exceptions import RayServeException, batch_annotation_not_found
|
||||
from ray.serve.backend_config import BackendConfig
|
||||
from ray.serve.policy import RoutePolicy
|
||||
from ray.serve.queues import Query
|
||||
from ray.serve.router import Query
|
||||
from ray.serve.request_params import RequestMetadata
|
||||
|
||||
master_actor = None
|
||||
|
||||
Reference in New Issue
Block a user