I have configured my job for every one minute. But some times same job get triggered by mutiple threads in milli seconds difference. I am using quartz1.6.
Can anyone help on this?? Also what is the usage of threadPool option in quartz.property file.
|
I have configured my job for every one minute. But some times same job get triggered by mutiple threads in milli seconds difference. I am using quartz1.6. Can anyone help on this?? Also what is the usage of threadPool option in quartz.property file. |
||||
|
|
|
If you are using Java Spring, you need to set the concurrent property of the Job Detail bean to be false. |
|||
|