...
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.
...
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.