mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-16 00:26:43 +00:00
update
This commit is contained in:
@@ -28,7 +28,7 @@ func InstanceJobHistoryLogger() *JobHistoryLogger {
|
||||
return jobHistoryLoggerInstance
|
||||
}
|
||||
|
||||
func (jhl *JobHistoryLogger) init() {
|
||||
func (jhl *JobHistoryLogger) init(conf Configuration) {
|
||||
log.Info("jhl init")
|
||||
jhl.jobs = map[string]Job{}
|
||||
jhl.tasks = map[string][]TaskStatus{}
|
||||
|
||||
Reference in New Issue
Block a user