mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
[Serve] Put global state in remote actor (#5937)
* Making progress * Impl done, start debugging * Tests all pass * Add test, fix * Update doc * Fix type
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import pytest
|
||||
|
||||
import ray
|
||||
import ray.experimental.serve.context as context
|
||||
from ray.experimental.serve.queues import CentralizedQueuesActor
|
||||
from ray.experimental.serve.task_runner import (
|
||||
RayServeMixin,
|
||||
TaskRunner,
|
||||
TaskRunnerActor,
|
||||
wrap_to_ray_error,
|
||||
)
|
||||
import ray.experimental.serve.context as context
|
||||
RayServeMixin, TaskRunner, TaskRunnerActor, wrap_to_ray_error)
|
||||
|
||||
|
||||
def test_runner_basic():
|
||||
|
||||
Reference in New Issue
Block a user