1.

How Do You Handle Or Prevent Concurrent Execution Of Jobs?

Answer»

The DisallowConcurrentExecution annotation is used to prevent CONCURRENT EXECUTION of that same instance of JOBS. The instance DEFINITION is CONTROLLED by the identifier in JobDetail.

The DisallowConcurrentExecution annotation is used to prevent concurrent execution of that same instance of jobs. The instance definition is controlled by the identifier in JobDetail.



Discussion

No Comment Found