From 23e134e7a3abc0982a32d2fa1d953172ed4e7511 Mon Sep 17 00:00:00 2001 From: Rafael Lopes Date: Mon, 2 Feb 2026 16:28:53 -0300 Subject: [PATCH] =?UTF-8?q?CHORE=20:=20ajustar=20intervalo=20de=20execu?= =?UTF-8?q?=C3=A7=C3=A3o=20do=20cron=20do=20watchdog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/infra/cron/observer.cron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infra/cron/observer.cron.js b/src/infra/cron/observer.cron.js index 298890b..b786d90 100644 --- a/src/infra/cron/observer.cron.js +++ b/src/infra/cron/observer.cron.js @@ -9,7 +9,7 @@ const {runWatchdog} = require('../../modules/watchdog/job/job.js') logInfo('[CRON] 🐶 Watchdog cron iniciado') -cron.schedule('*/5 * * * *', async () => { +cron.schedule('*/30 * * * *', async () => { logInfo('[CRON] 🐶 Watchdog executando verificação') try {