1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 00:26:43 +00:00
This commit is contained in:
2020-06-30 16:16:30 +08:00
parent eda386fdf6
commit 51976911e1
3 changed files with 80 additions and 28 deletions

View File

@@ -18,6 +18,7 @@ type Job struct {
Priority JobPriority `json:"priority"`
RunBefore int `json:"run_before"`
CreatedAt int `json:"created_at"`
StartedAt int64 `json:"started_at"`
UpdatedAt int `json:"updated_at"`
CreatedBy int `json:"created_by"`
Locality int `json:"locality"`