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) });