Ray scheduler spillback plumbing + mechanism (#1362)

* spillback mechanism and plumbing : adding spillback counter + timestamp

* linting fix

* documentation

* Fix argument name.
This commit is contained in:
Alexey Tumanov
2018-01-23 20:18:12 -08:00
committed by Robert Nishihara
parent 21a916009e
commit f1303291b4
11 changed files with 153 additions and 48 deletions
+2
View File
@@ -273,6 +273,8 @@ class GlobalState(object):
task_table_message.LocalSchedulerId()),
"ExecutionDependenciesString":
task_table_message.ExecutionDependencies(),
"SpillbackCount":
task_table_message.SpillbackCount(),
"TaskSpec": task_spec_info}
def task_table(self, task_id=None):