这个cron表达式怎么写呢?
如何编写 cron 表达式(对于 quartz.net,但这并不重要)会触发:
每个工作日上午 8 点至晚上 7 点,每半小时一次
How to write cron expression (for quartz.net, but that shouldn't matter) that would trigger:
every week day from 8am to 7pm once in half an hour
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
测试:
注意:最后一个触发器将在 18:30 触发,而不是 19:00。如果更改为:
最后触发时间为 19:30。我不相信有办法让最后一次扳机在 19:00 精确触发,间隔为半小时。
Tested:
NOTE: Last trigger will fire at 18:30, not 19:00. If you change to:
Last trigger will be 19:30. I don't believe there is a way to have last trigger fire at exactly 19:00, with half-hourly intervals.