...
The implementation of the ConfigurationManagementListener
can register itself on changes in the configuration set that contain the schedule and reschedule the job when there is a change.
...
Concurrent
...
Runs
By default jobs will run concurrently; the run method may be invoked again by another thread before the the previous run has completed. Concurrent runs can be disabled on the SchedulerJob
instance.