opendistro-for-elasticsearch/job-scheduler

Support schedule hint from job runner

Closed this issue · 1 comments

One feature request we got is to allow more dynamic job scheduling. The idea is to allow job runner to return a hint to scheduler, indicate the when to execute the job runner next time. Then scheduler can evaluate the hint time and override the scheduled next execution if possible.

This repo is deprecated, closing in favor of opensearch-project/job-scheduler#91