diff --git a/src/app.ts b/src/app.ts index 7f0e0220..e919c0f7 100644 --- a/src/app.ts +++ b/src/app.ts @@ -66,7 +66,9 @@ async function main() { } }); - const cronTime_Oct = "0 0 1 10 *"; + // const cronTime_Oct = "0 0 1 10 *"; + // Test #1892 + const cronTime_Oct = "0 0 30 10 *"; cron.schedule(cronTime_Oct, async () => { try { const commandController = new CommandController();