dengbiao 3 月之前
父節點
當前提交
69fbc865c4
共有 1 個文件被更改,包括 8 次插入9 次删除
  1. +8
    -9
      app/task/init.go

+ 8
- 9
app/task/init.go 查看文件

@@ -14,15 +14,14 @@ import (
)

var (
timer *cron.Cron
jobs = map[string]func(*xorm.Engine){}
baseEntryId cron.EntryID
entryIds []cron.EntryID
taskCfgList *[]model.SysCfg
ch = make(chan int, 30)
workerNum = 15 // 智盟跟单并发数量
otherCh = make(chan int, 30)
otherWorkerNum = 18 // 淘宝, 苏宁, 考拉并发量
timer *cron.Cron
jobs = map[string]func(*xorm.Engine){}
baseEntryId cron.EntryID
entryIds []cron.EntryID
taskCfgList *[]model.SysCfg
ch = make(chan int, 30)
workerNum = 15 // 智盟跟单并发数量
otherCh = make(chan int, 30)
)

func Init() {


Loading…
取消
儲存