From 8a1f6f2daae508b5b9560909cc1538be3f9bd8c1 Mon Sep 17 00:00:00 2001 From: luziqi Date: Tue, 29 Aug 2023 16:34:45 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crontask/corn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontask/corn.go b/crontask/corn.go index fb48ed3..26067be 100644 --- a/crontask/corn.go +++ b/crontask/corn.go @@ -14,7 +14,7 @@ import ( func Run() { crontab := cron.New(cron.WithSeconds()) - crontab.AddFunc("0 */1 * * * ?", CheckAndroidDevices) + // crontab.AddFunc("0 */1 * * * ?", CheckAndroidDevices) // crontab.AddFunc("0 */1 * * * ?", CheckIOSDevices) crontab.AddFunc("*/15 * * * * ?", CheckMonkeyTasks) crontab.Start()