Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default,  jobs run concurrently. The run() method may be subsequently invoked by another thread before the the previous run has completed. You can disable concurrent runs on the SchedulerJob instance using job.setAllowConcurrentRuns(false).

 

Back to Top