实时荣誉发放处理暂时注释

This commit is contained in:
tianfeng 2026-02-10 19:32:12 +08:00
parent f19456ca9d
commit 9b62479aff

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) @TaskCacheLock(key = "RAMADAN_RANKING_BADGE_TASK", expireSecond = 20)
public void sendWeekRankingReward() { public void sendWeekRankingReward() {
try { try {