mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 17:40:17 +08:00
Plasma subscribe (#227)
* Use object_info as notification, not just the object_id * Add a regression test for plasma managers connecting to store after some objects have been created * Send notifications for existing objects to new plasma subscribers * Continuously try the request to the plasma manager instead of setting a timeout in the test case * Use ray.services to start Redis in plasma test cases * fix test case
This commit is contained in:
committed by
Philipp Moritz
parent
ab8c3432f7
commit
a5c8f28f33
@@ -190,7 +190,7 @@ def start_redis(node_ip_address, num_retries=20, cleanup=True, redirect_output=F
|
||||
/dev/null.
|
||||
|
||||
Returns:
|
||||
The port used by Redis.
|
||||
The address used by Redis.
|
||||
|
||||
Raises:
|
||||
Exception: An exception is raised if Redis could not be started.
|
||||
|
||||
Reference in New Issue
Block a user