Skip to content

prudhvigodithi/job-scheduler

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85c5506 · Jun 30, 2022
Mar 30, 2022
Dec 29, 2021
Dec 29, 2021
Nov 17, 2020
Mar 11, 2022
Dec 29, 2021
Jun 30, 2022
Jan 13, 2022
Dec 29, 2021
Jul 1, 2021
Nov 9, 2021
Jul 1, 2021
Apr 19, 2021
Jul 1, 2021
Mar 5, 2022
Apr 19, 2021
Jul 1, 2021
Dec 29, 2021
Dec 29, 2021
Jul 1, 2021
Jul 1, 2021
Jun 30, 2022
Jun 30, 2022
May 20, 2020
May 20, 2020
Dec 29, 2021

Repository files navigation

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

Copyright OpenSearch Contributors. See NOTICE for details.

About

Run periodic jobs on the cluster from your plugin

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%