From 8cddcb02e717cb1fec31d25340ca27e50d31e428 Mon Sep 17 00:00:00 2001 From: kavehjamshidi Date: Mon, 7 Apr 2025 12:08:58 +0330 Subject: [PATCH] test func --- controller/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/index.js b/controller/index.js index 1b85b3f..70befd9 100644 --- a/controller/index.js +++ b/controller/index.js @@ -12,7 +12,7 @@ export default function (fastify, opts, done) { await operation.sanaExit(fastify.req, fastify.reply) }); - cron.schedule(`*/5 * * * * *`, async () => { + cron.schedule(`12 10 * * *`, async () => { await operation.test(fastify.req, fastify.reply) });