From 598737d301e6f35c33b274ba5d928f90e82b1317 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Wed, 18 Mar 2026 03:12:34 +0800 Subject: [PATCH] up --- minimax/listen-cost/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/minimax/listen-cost/index.ts b/minimax/listen-cost/index.ts index acf18d7..aa85e64 100644 --- a/minimax/listen-cost/index.ts +++ b/minimax/listen-cost/index.ts @@ -44,6 +44,7 @@ export const notifyJob = () => { const isPm2 = process.env.PM2_HOME !== undefined; if (import.meta.main || isPm2) { getMinimaxRemains(); + notifyJob(); // 每10分钟执行一次 new CronJob('*/10 * * * *', async () => { await getMinimaxRemains(); }, null, true); // 每一个小时执行一次