|
@@ -24,7 +24,7 @@ func Task() {
|
|
func releaseTask() {
|
|
func releaseTask() {
|
|
|
|
|
|
//同步指标
|
|
//同步指标
|
|
- syncHzDataIndex := task.NewTask("syncHzDataIndex", "0 30 18 * * *", SyncHzDataIndex)
|
|
|
|
|
|
+ syncHzDataIndex := task.NewTask("syncHzDataIndex", "0 30 0,18,21 * * *", SyncHzDataIndex)
|
|
task.AddTask("syncHzDataIndex", syncHzDataIndex)
|
|
task.AddTask("syncHzDataIndex", syncHzDataIndex)
|
|
|
|
|
|
//刷新指标数据
|
|
//刷新指标数据
|