From d24a474d0281a12a7045dd78e1712ea5b50f6869 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 23 Dec 2025 06:50:15 -0800 Subject: [PATCH] =?UTF-8?q?feat(authorization):=20=E7=81=AB=E6=9F=B4?= =?UTF-8?q?=E4=BA=BA=E6=8E=92=E5=90=8D=E6=9B=B4=E6=96=B0=E9=A2=91=E7=8E=87?= =?UTF-8?q?=E4=BB=8E=E6=AF=8F=E5=A4=A9=E5=87=8C=E6=99=A81=E7=82=B9?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=AF=8F10=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../application/schedulers/monthly-assessment.scheduler.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/services/authorization-service/src/application/schedulers/monthly-assessment.scheduler.ts b/backend/services/authorization-service/src/application/schedulers/monthly-assessment.scheduler.ts index 735c734b..9444f0f8 100644 --- a/backend/services/authorization-service/src/application/schedulers/monthly-assessment.scheduler.ts +++ b/backend/services/authorization-service/src/application/schedulers/monthly-assessment.scheduler.ts @@ -107,9 +107,9 @@ export class MonthlyAssessmentScheduler { } /** - * 每天凌晨1点更新火柴人排名数据 + * 每10分钟更新火柴人排名数据 */ - @Cron('0 1 * * *') + @Cron('*/10 * * * *') async updateStickmanRankings(): Promise { this.logger.log('开始更新火柴人排名数据...')