quartz jobDetail requestRecovery
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: The documentation for JobDetail.requestsRecovery property states the following Instructs the Scheduler whether or not the Job should be re-executed if a 'recovery' or 'fail-over' situation is encountered. Now, what is a 'recovery' situation or a 'fail-over' situation? How are they different? Does the recovery happen only if the JVM crashes during job execution or does it happen if the job execution fails because of an exception also? 回答1: A " Recovery situation " is the generic term, one kind of recovery situation is the " fail-over ". A