关于Quartz超时重试机制的问题

在使用中遇到以下两个问题:
1.Unable to store Job : 'EXTJWEB_JOBGROUP_NAME.02000000_1452464559033425922_0', because one already exists with this identification.
2.afterThrowing方法中小于最大重试次数时 无论失败或者成功都会写入数据库

img


我希望成功写入 失败就再执行

because one already exists with this identification.
保存了重复ID的任务。