: ajustar intervalo de execução do cron do watchdog
This commit is contained in:
Rafael Alves Lopes 2026-02-02 16:28:53 -03:00
parent 0b1d5f5a30
commit 23e134e7a3

View File

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