【发布时间】:2019-02-14 22:14:12
【问题描述】:
cron 表达式0 30 4 2-31 * MON-FRI * 因错误而无效:
java.text.ParseException: Support for specifying both a day-of-week AND a day-of-month parameter is not implemented.
但也许还有另一种方式来指定这样的 cron 表达式:
除每月第一天的 4:30 外的每个工作日执行。
是否可以使用W参数?
我在 MuleSoft quartz:inbound-endpoint 配置中使用 Quartz Crone 表达式。
【问题讨论】:
标签: mule quartz-scheduler