dengbiao hace 3 meses
padre
commit
69fbc865c4
Se han modificado 1 ficheros con 8 adiciones y 9 borrados
  1. +8
    -9
      app/task/init.go

+ 8
- 9
app/task/init.go Ver fichero

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


Cargando…
Cancelar
Guardar