斋月实时勋章处理

This commit is contained in:
tianfeng 2026-02-12 14:40:43 +08:00
parent df6669eba4
commit f18f4a3fd4

View File

@ -42,7 +42,7 @@ public class RamadanRankingBadgeTask {
/**
* 每分钟发放和收回排名徽章
*/
// @Scheduled(cron = "0 0/1 * * * *", zone = "Asia/Riyadh")
@Scheduled(cron = "0 0/1 * * * *", zone = "Asia/Riyadh")
@TaskCacheLock(key = "RAMADAN_RANKING_BADGE_TASK", expireSecond = 20)
public void sendWeekRankingReward() {
try {