|
@@ -134,6 +134,9 @@ func releaseTask() {
|
|
|
checkPbDataInterface := task.NewTask("checkPbDataInterface", "0 */2 * * * * ", data.CheckPbDataInterface)
|
|
|
task.AddTask("checkPbDataInterface", checkPbDataInterface)
|
|
|
|
|
|
+ checkLtDataInterface := task.NewTask("checkLtDataInterface", "0 */2 * * * * ", data.CheckLtDataInterface)
|
|
|
+ task.AddTask("checkLtDataInterface", checkLtDataInterface)
|
|
|
+
|
|
|
|
|
|
resetEdbInfoIsUpdate := task.NewTask("resetEdbInfoIsUpdate", "0 0 0 * * *", data.ResetEdbInfoIsUpdate)
|
|
|
task.AddTask("resetEdbInfoIsUpdate", resetEdbInfoIsUpdate)
|