9c2c831996
The start scheduler api call will run until the scheduler has completed. Either when lookback only scheduler completes or the scheduler has been stopped. The start scheduler api will first update the scheduler status from STOPPED to STARTED on master node and then start running the scheduler. Once a scheduled job completes it updates the scheduler status from STARTED to STOPPED and then the start schedule api returns. The STARTING and STOPPING statuses are no longer used, so have been removed. The stop scheduler api is a sugar api that uses the task list and cancel apis stop the scheduler. Renamed ScheduledJobService to ScheduledJobRunner Original commit: elastic/x-pack-elasticsearch@ab504fe3d9 |
||
---|---|---|
buildSrc | ||
elasticsearch | ||
vagrant | ||
LICENSE.txt | ||
build.gradle | ||
gradle.properties | ||
settings.gradle |