dengbiao před 3 měsíci
rodič
revize
69fbc865c4
1 změnil soubory, kde provedl 8 přidání a 9 odebrání
  1. +8
    -9
      app/task/init.go

+ 8
- 9
app/task/init.go Zobrazit soubor

@@ -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() {


Načítá se…
Zrušit
Uložit