Run periodic jobs on the cluster from your plugin
  • Java 99.4%
  • Shell 0.4%
  • Python 0.2%
Find a file
dependabot[bot] 7c1df63e06
dependabot: bump actions/setup-java from 5.7.0 to 6.0.0 (#986)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.7.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](b6effb05e4...dd06d9cba3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-10 08:16:27 -04:00
.github dependabot: bump actions/setup-java from 5.7.0 to 6.0.0 (#986) 2026-09-10 08:16:27 -04:00
.idea/copyright Adds REST API to list jobs with an option to list them per node (#786) 2025-07-02 15:07:09 -04:00
build-tools Fix Maven Central 429 by adding mavenLocal and m2 mirror to repositories (#968) 2026-08-01 12:29:27 -04:00
formatter Configuring spotlessApply for Job Scheduler (#290) 2022-12-29 13:25:38 -08:00
gradle Guard eclipse() to spotless tasks and keep P2 mirror on pinned version (job-scheduler) (#987) 2026-09-05 21:42:17 -04:00
release-notes Add release notes for 3.8.0 (#960) 2026-07-23 06:53:32 -04:00
sample-extension-plugin dependabot: bump org.gradle.test-retry from 1.6.4 to 1.6.5 (#925) 2026-06-02 20:27:18 -04:00
scripts Uses custom plugin to publish zips to maven (#182) 2022-05-12 13:14:30 -07:00
spi dependabot: bump org.slf4j:slf4j-api from 2.0.18 to 2.0.19 (#991) 2026-09-07 08:19:05 -04:00
src Fix typo: occured -> occurred (#916) 2026-07-03 09:08:44 -04:00
.codecov.yml Fix Codecov by validating .codecov.yml (#898) 2026-04-21 15:01:01 -04:00
.gitignore Update to 3.0.0, run backwards compatibility with OpenSearch 2.4.0 (#242) 2022-09-22 11:29:54 -07:00
.lychee.excludes Add DCO workflow (#86) 2021-11-09 09:25:34 -08:00
.whitesource Add .whitesource configuration file (#116) 2022-05-09 14:44:20 -07:00
ADMINS.md Configuring spotlessApply for Job Scheduler (#290) 2022-12-29 13:25:38 -08:00
build.gradle Guard eclipse() to spotless tasks and keep P2 mirror on pinned version (job-scheduler) (#987) 2026-09-05 21:42:17 -04:00
CHANGELOG.md Remove manual CHANGELOG.md process (#907) 2026-04-21 15:01:22 -04:00
CODE_OF_CONDUCT.md Update licenses (#3) 2021-04-19 08:09:41 -07:00
CONTRIBUTING.md Configuring spotlessApply for Job Scheduler (#290) 2022-12-29 13:25:38 -08:00
DEVELOPER_GUIDE.md Set job-scheduler plugin 3.0.0 baseline JDK version to JDK-21 (#686) 2024-10-07 14:15:18 -04:00
gradlew dependabot: bump gradle-wrapper from 9.4.1 to 9.5.0 (#913) 2026-05-17 18:20:28 -04:00
gradlew.bat dependabot: bump gradle-wrapper from 9.4.1 to 9.5.0 (#913) 2026-05-17 18:20:28 -04:00
LICENSE.txt Go Public 2021-04-19 05:55:13 +00:00
MAINTAINERS.md Add @prudhvigodithi as a Maintainer (#625) 2024-05-02 09:08:16 -07:00
NOTICE Update copyright notices (#87) 2021-12-29 13:14:40 -05:00
README.md Configuring spotlessApply for Job Scheduler (#290) 2022-12-29 13:25:38 -08:00
RELEASING.md Configuring spotlessApply for Job Scheduler (#290) 2022-12-29 13:25:38 -08:00
SECURITY.md Configuring spotlessApply for Job Scheduler (#290) 2022-12-29 13:25:38 -08:00
settings.gradle Add ci.opensearch.org/m2/ mirror for plugin resolution (job-scheduler) (#965) (#966) 2026-07-31 17:42:21 -04:00

Test and Build Workflow codecov PRs welcome!

OpenSearch Job Scheduler

OpenSearch JobScheduler plugin provides a framework for OpenSearch plugin developers to schedule periodical jobs running within OpenSearch nodes. You can schedule jobs by specify an interval, or using Unix Cron expression to define more flexible schedule to execute your job.

OpenSearch plugin developers can easily extend JobScheduler plugin to schedule jobs like running aggregation query against raw data and save the aggregated data into a new index every hour, or keep monitoring the shard allocation by calling OpenSearch API and post the output to a Webhook.

Getting Started

Add the following to your plugin to integrate with JobScheduler

  1. Gradle
  1. Implement the following classes
  1. Add the resource file
  • Create org.opensearch.jobscheduler.spi.JobSchedulerExtension file.

Contributing

See developer guide and how to contribute to this project.

Getting Help

If you find a bug, or have a feature request, please don't hesitate to open an issue in this repository.

For more information, see project website and documentation. If you need help and are unsure where to open an issue, try forums.

Code of Conduct

This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ, or contact opensource-codeofconduct@amazon.com with any additional questions or comments.

Security

If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our vulnerability reporting page. Please do not create a public GitHub issue.

License

This project is licensed under the Apache v2.0 License

Copyright OpenSearch Contributors. See NOTICE for details.