Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Releases: opendistro-for-elasticsearch/job-scheduler

v1.3.0.0

21 Nov 01:06
3f7388e
Compare
Choose a tag to compare

Notable Changes

  • Converts LockService to asynchronous pattern to not block threadpool, this requires an update to usage as API changed.

v1.2.1.0

21 Nov 19:03
390b29e
Compare
Choose a tag to compare

Notable Changes

  • Feature PR #27 Add support for Elasticsearch 7.2.1

v1.2.0.0

21 Oct 18:32
b3e4280
Compare
Choose a tag to compare

Notable Changes

  • Feature PR #22 Add Support for Elasticsearch 7.2

Bug fixes

v1.1.0.0

21 Oct 18:29
ead6b38
Compare
Choose a tag to compare

v1.0.0.0

21 Oct 18:08
ead6b38
Compare
Choose a tag to compare

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.