mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
[xray] Adds a driver table. (#2289)
This PR adds a driver table for the new GCS, which enables cleanup functionality associated with monitoring driver death. Some testing in `monitor_test.py` is restored, but redis sharding for xray is needed to enable remaining tests.
This commit is contained in:
committed by
Robert Nishihara
parent
df7ee7ff1e
commit
8ae82180b4
@@ -493,6 +493,8 @@ static PyTypeObject PyLocalSchedulerClientType = {
|
||||
static PyMethodDef local_scheduler_methods[] = {
|
||||
{"check_simple_value", check_simple_value, METH_VARARGS,
|
||||
"Should the object be passed by value?"},
|
||||
{"compute_task_id", compute_task_id, METH_VARARGS,
|
||||
"Return the task ID of an object ID."},
|
||||
{"task_from_string", PyTask_from_string, METH_VARARGS,
|
||||
"Creates a Python PyTask object from a string representation of "
|
||||
"TaskSpec."},
|
||||
|
||||
Reference in New Issue
Block a user