aa
This commit is contained in:
@@ -221,9 +221,9 @@ func Init() {
|
|||||||
ScheduleTimerFunc("GetCheckVendorCookie", func() {
|
ScheduleTimerFunc("GetCheckVendorCookie", func() {
|
||||||
event.GetCheckVendorCookie(jxcontext.AdminCtx, []int{model.VendorIDEBAI, model.VendorIDJD, model.VendorIDMTWM, model.VendorIDMTPS, model.VendorIDJDShop}, true)
|
event.GetCheckVendorCookie(jxcontext.AdminCtx, []int{model.VendorIDEBAI, model.VendorIDJD, model.VendorIDMTWM, model.VendorIDMTPS, model.VendorIDJDShop}, true)
|
||||||
}, checkCookieList)
|
}, checkCookieList)
|
||||||
ScheduleTimerFunc("SendSeckillSkusCountMsg", func() {
|
//ScheduleTimerFunc("SendSeckillSkusCountMsg", func() {
|
||||||
cms.SendSeckillSkusCountMsg(jxcontext.AdminCtx, []int{model.VendorIDEBAI, model.VendorIDJD, model.VendorIDMTWM}, false, true)
|
// cms.SendSeckillSkusCountMsg(jxcontext.AdminCtx, []int{model.VendorIDEBAI, model.VendorIDJD, model.VendorIDMTWM}, false, true)
|
||||||
}, sendSecKillWarnList)
|
//}, sendSecKillWarnList)
|
||||||
// ScheduleTimerFunc("每日报警心跳", func() {
|
// ScheduleTimerFunc("每日报警心跳", func() {
|
||||||
// globals.SugarLogger.Warnf("每日报警心跳,这不是报警。启动时间:%s", cms.GetServiceInfo(jxcontext.AdminCtx)["startupTime"])
|
// globals.SugarLogger.Warnf("每日报警心跳,这不是报警。启动时间:%s", cms.GetServiceInfo(jxcontext.AdminCtx)["startupTime"])
|
||||||
// }, dailyHeartbeat)
|
// }, dailyHeartbeat)
|
||||||
|
|||||||
Reference in New Issue
Block a user