mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-15 08:16:43 +00:00
bugfix, update shceduler_fair
This commit is contained in:
@@ -117,7 +117,7 @@ type Job struct {
|
||||
Name string `json:"name"`
|
||||
Tasks []Task `json:"tasks"`
|
||||
Workspace string `json:"workspace"`
|
||||
Cluster int `json:"virtual_cluster"`
|
||||
Group string `json:"group"`
|
||||
Priority JobPriority `json:"priority"`
|
||||
RunBefore int `json:"run_before"`
|
||||
CreatedAt int `json:"created_at"`
|
||||
|
||||
Reference in New Issue
Block a user