【发布时间】:2012-01-13 14:01:24
【问题描述】:
我根据石英文档创建了一个实现 IStatefulJob 的作业
"if a job is stateful, and a trigger attempts to 'fire' the job while it is already
executing, the trigger will block (wait) until the previous execution completes"
有没有办法移除块并杀死新触发的作业实例?
根据其背后的数据量,我正在运行的作业的运行时间可能会有很大差异,我担心如果我们有许多作业等待运行,它可能会产生负面影响...
谢谢
【问题讨论】:
标签: c# .net quartz.net