From 43ee7a6533a36ff4b81095a06f1ceb292f2ea3ca Mon Sep 17 00:00:00 2001 From: kanade Date: Mon, 27 Jun 2022 15:14:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADmq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/cron/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cron/task.go b/internal/cron/task.go index aa0f19e..c0dbb9f 100644 --- a/internal/cron/task.go +++ b/internal/cron/task.go @@ -59,7 +59,7 @@ func Task(c *cron.Cron) { }) if configs.IsProductionEnv() { - //go TaskMq() + go TaskMq() } if configs.IsProductionEnv() {