gpt4 book ai didi

grails - 3、9、15、21小时的 quartz Cron表达

转载 作者:行者123 更新时间:2023-12-02 14:50:24 24 4
gpt4 key购买 nike

我正在使用Quartz Grails插件,我需要安排一个每天凌晨3点,9点,3点和9点运行的作业。这似乎是一个有效的cron表达式:

* 3,9,15,21 * * *

但是Quartz不支持。我需要做的可能吗?

最佳答案

Quartz中,表达式还有一个附加位置。第一个代表秒,而不是分钟,因为它适用于Unix样式的cron表达式。 quartz 的另一个问题是用于指定星期几和月几:

Support for specifying both a day-of-week and a day-of-month value is not complete (you must currently use the '?' character in one of these fields).



这应该工作:
* * 3,9,15,21 * * ?

查看此 guide和Quartz grails docs了解更多详细信息。

关于grails - 3、9、15、21小时的 quartz Cron表达,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32894478/

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