java - What happens to jobs affected by Quartz DisallowConcurrentExecution -


what happens when job not run because of disallow annotation.

is queued run after running instance dies? duplicate "run" of thrown away, never heard again?

i've tried testing in code, inexperience language , library causing difficulty.

the additional firings delayed (as if no worker thread available run them) until first instance completes. if causes next fire time missed more scheduler's configured misfire threshold, misfire instruction applied trigger blocked.


Comments