gpt4 book ai didi

java - @Schedules spring boot 错误

转载 作者:行者123 更新时间:2023-12-01 18:41:51 26 4
gpt4 key购买 nike

我有这个调度程序:

    @Schedules({
@Scheduled(cron = "0 05 00 * * *"),
@Scheduled(cron = "0 */90 03-22 * * *")
})

凌晨 3 点之后,该程序每小时运行一次,而不是每 90 分钟运行一次。你知道为什么吗?

最佳答案

试试这个,同时使用:-

0 0-21/3 * * *

30 1-22/3 * * *

关于java - @Schedules spring boot 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59917851/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com