diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/DailyTask.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/DailyTask.java index 54ba329e..c9d4949c 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/DailyTask.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/DailyTask.java @@ -219,7 +219,7 @@ public class DailyTask { * 贵族每日金币奖励发放 - 沙特时间每日0点执行. */ @Scheduled(cron = "0 0 0 * * *", zone = "Asia/Riyadh") - @TaskCacheLock(key = "NOBLE_DAILY_GOLD_REWARD_TASK", expireSecond = 86000 ) + @TaskCacheLock(key = "NOBLE_DAILY_GOLD_REWARD_TASK", expireSecond = 72000 ) public void nobleDailyGoldRewardTask() { long startTime = System.currentTimeMillis(); log.info("exec noble_daily_gold_reward_task start");