dengbiao 3 ay önce
ebeveyn
işleme
69fbc865c4
1 değiştirilmiş dosya ile 8 ekleme ve 9 silme
  1. +8
    -9
      app/task/init.go

+ 8
- 9
app/task/init.go Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet