mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-16 00:26:43 +00:00
bugfix
This commit is contained in:
@@ -35,7 +35,7 @@ func (jhl *JobHistoryLogger) init() {
|
||||
}
|
||||
|
||||
func (jhl *JobHistoryLogger) submitJob(job Job) {
|
||||
log.Info("submit job", job.Name)
|
||||
log.Debug("submit job task status", job.Name)
|
||||
jhl.jobs[job.Name] = job
|
||||
jhl.tasks[job.Name] = []TaskStatus{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user