job-scheduler
job-scheduler copied to clipboard
Run periodic jobs on the cluster from your plugin
**Is your feature request related to a problem?** From https://app.codecov.io/gh/opensearch-project/job-scheduler the existing Coverage is 29.17%. **What solution would you like?** Improve the repo code coverage percentage incrementally to ensure the...
This is a component issue for `2.15.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/4681. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...
This is a component issue for `2.14.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/4562. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...
**Is your feature request related to a problem?** With existing setup job-scheduler is not part of the daily Integration test build. Check the release test manifests https://github.com/opensearch-project/opensearch-build/tree/main/manifests where job-scheduler is...
**What is the bug?** This is just my thought process. If extension of job scheduler with short interval acquire lock, it will create an index `.opendistro-job-scheduler-lock`. After taking a snapshot,...
Please consult, my Opensearch is the master branch pulled, job-scheduler is also the master branch pulled. The version number is 3.0.0, and after build, the installation is fine. 但是我kill掉opensearch的进程,重新运行就出现了错误。 `[2023-10-27T16:26:39,074][WARN...
There seems multiple errors when compiling job-scheduler my own with version 2.9.0 and 2.10.0. command: ./gradlew build errors: * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':integTest'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:149) *...
This is a component issue for `3.0.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/3747. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...
**Is your feature request related to a problem? Please describe.** OpenSearch JobScheduler plugin provides a framework for OpenSearch plugin developers to schedule periodical jobs running within OpenSearch nodes. You can...
**Describe the bug** During the distribution build of OpenSearch there was a failure that blocked the build. Note, there was no failure in the arm64 build making this look like...