...
Concurrent Runs
By default, jobs will run concurrently; the . The run()
method may be subsequently invoked again by another thread before the the previous run has completed. Concurrent runs can be disabled You can disable concurrent runs on the SchedulerJob
instance.
...