From e2da7d479d334fa121ad9dbfc0f4a15896f6c9f0 Mon Sep 17 00:00:00 2001 From: harid Date: Wed, 29 Oct 2025 17:39:30 +0700 Subject: [PATCH] recheck script retire 30/10 --- src/app.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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();