This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Releases: opendistro-for-elasticsearch/job-scheduler
Releases · opendistro-for-elasticsearch/job-scheduler
v1.3.0.0
Notable Changes
- Converts LockService to asynchronous pattern to not block threadpool, this requires an update to usage as API changed.
v1.2.1.0
v1.2.0.0
v1.1.0.0
v1.0.0.0
Initial release of JobScheduler for opendistro-for-elasticsearch. Works with Elasticsearch 7.0
The JobScheduler provides SPI for other plugins to setup periodic jobs. It supports interval and UnixCron schedule, and allows extension plugin to enforce singleton job instance using locking mechanism.