如何监控Quartz任务/触发器是否存活?
我想监控一个石英作业,该作业将在每天 18:00 触发......
这个作业对我们来说是一个至关重要的功能,我们如何知道该任务在触发之前不会被正确触发?
昨天,我尝试将触发时间更改为每小时并使用计数器+时间进行监控,但失败了...
quartz有一些API供我们执行此操作吗?
谢谢!
I want to monitor a quartz job which will be fired at 18:00 per day....
This job is a vital function for us, how can we know the task will NOT be triggered correctly before it be fired?
yesterday, I try to change the trigger-time to per hour and use counter+time to do monitor, but fail...
Does quartz has some API for us to do this?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。 Quartz 作业有很多版本。您可以使用 API 并监控它们。
只需点击以下,您就会得到一些想法。
http://quartz-scheduler.org/api/2.0.0/overview -tree.html
Yes. Quartz job is available with lot of versions. You can use the API and monitor them.
Just click on following , you will get some idea.
http://quartz-scheduler.org/api/2.0.0/overview-tree.html