diff --git a/src/server/cron.ts b/src/server/cron.ts index 2c938cd..36372b6 100644 --- a/src/server/cron.ts +++ b/src/server/cron.ts @@ -17,7 +17,7 @@ let shouldContinue = true export const startTasks = () => { try { const task = schedule( - '* 7 * * *', + '*/10 7 * * *', async (timestamp) => { asyncLocalStorage.run( new Logger('cron', v4(), LogLevel.DEBUG),