job-scheduler icon indicating copy to clipboard operation
job-scheduler copied to clipboard

Run periodic jobs on the cluster from your plugin

Results 35 job-scheduler issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem?** LockService has a method named findlock. It does not have a rest end point. Therefore, it is needed to create a rest...

enhancement
good first issue
CCI

**Is your feature request related to a problem? Please describe.** Create a Delete Job Details Rest API with documentId as a input parameter. It will help to delete job details...

enhancement
good first issue
CCI

**What is the bug?** CI runs are throwing out Java Doc warnings As part of the issue, lets move the Java doc to strict to ensure PR checks fail when...

bug
good first issue
hacktoberfest

**Describe the bug** The `testMultiThreadAcquireLock` test fails in CI consistently but passes locally.

bug

As part of the discussion around implementing an organization-wide testing policy, I am visiting each repo to see what tests they currently perform. I am conducting this work on GitHub...

enhancement

**What is the bug?** We met a managed ISM index stuck at initializing status for several weeks ![image](https://user-images.githubusercontent.com/4684163/204462928-35da5c14-8933-4d48-b6d9-e051fec137db.png) **How can one reproduce the bug?** There's a race condition in JobScheduler#schedule...

bug

**Is your feature request related to a problem?** The job scheduler uses a consistent hash function to form a hash ring to determine which job should be assigned to which...

enhancement

**Is your feature request related to a problem?** The job scheduler locking system is currently limited to locking on jobID using context objects from scheduled jobs, and is scoped to...

enhancement

From: https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/3 JobScheduler plugin maybe extended by multiple extension plugins. Extension plugins may support the configuration to allow users to disable the plugin at runtime, which requires all scheduled jobs...

enhancement

From: https://github.com/opendistro-for-elasticsearch/job-scheduler/issues/32 * Any way to schedule one time job to run * Is it possible to start the job immediately after scheduling, rather running it as delayed job? If...

enhancement