Reduced editor jobs
This commit is contained in:
parent
5ba92173b6
commit
2fc5a07658
@ -9,21 +9,21 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var jobInfo = map[string]*utils.JobInfo{
|
var jobInfo = map[string]*utils.JobInfo{
|
||||||
"anime-ratings": &utils.JobInfo{
|
|
||||||
Name: "anime-ratings",
|
|
||||||
},
|
|
||||||
"kitsu-import-anime": &utils.JobInfo{
|
"kitsu-import-anime": &utils.JobInfo{
|
||||||
Name: "kitsu-import-anime",
|
Name: "kitsu-import-anime",
|
||||||
},
|
},
|
||||||
"twist": &utils.JobInfo{
|
// "anime-ratings": &utils.JobInfo{
|
||||||
Name: "twist",
|
// Name: "anime-ratings",
|
||||||
},
|
// },
|
||||||
"refresh-games": &utils.JobInfo{
|
// "twist": &utils.JobInfo{
|
||||||
Name: "refresh-games",
|
// Name: "twist",
|
||||||
},
|
// },
|
||||||
"test": &utils.JobInfo{
|
// "refresh-games": &utils.JobInfo{
|
||||||
Name: "test",
|
// Name: "refresh-games",
|
||||||
},
|
// },
|
||||||
|
// "test": &utils.JobInfo{
|
||||||
|
// Name: "test",
|
||||||
|
// },
|
||||||
}
|
}
|
||||||
|
|
||||||
var jobLogs = []string{}
|
var jobLogs = []string{}
|
||||||
|
Loading…
Reference in New Issue
Block a user