mirror of
https://github.com/wassname/ray.git
synced 2026-07-16 11:21:10 +08:00
Merge task table and task log into a single table (#30)
* Merge task table and task log * Fix test in db tests * Address Robert's comments and some better error checking * Add a LOG_FATAL that exits the program
This commit is contained in:
committed by
Philipp Moritz
parent
194bdb1d96
commit
9d1e750e8f
@@ -42,7 +42,7 @@ void free_scheduler_state(scheduler_state *state);
|
||||
*/
|
||||
void handle_task_submitted(scheduler_info *info,
|
||||
scheduler_state *state,
|
||||
task_spec *task);
|
||||
task_spec *spec);
|
||||
|
||||
/**
|
||||
* This function will be called when a task is assigned by the global scheduler
|
||||
|
||||
Reference in New Issue
Block a user