Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ReschedulingPolicy to jobs #3988

Open
Tracked by #4015
wdbaruni opened this issue May 13, 2024 · 0 comments
Open
Tracked by #4015

Introduce ReschedulingPolicy to jobs #3988

wdbaruni opened this issue May 13, 2024 · 0 comments
Assignees
Labels
comp/scheduler Related to job scheduling components th/specs Theme: Related to specifications for new features or changes

Comments

@wdbaruni
Copy link
Collaborator

wdbaruni commented May 13, 2024

Introduce ReschedulingPolicy in job specs along with sane defaults that enables users to configure how jobs are reschedules in case of execution or node failures. Users shall be able to configure:

  • number of rescheduling attempts
  • the interval to fail if retries exceeded the define max attempts
  • base backoff
  • max backoff
  • backoff strategy (e.g. constant, exponential, ...)
@wdbaruni wdbaruni self-assigned this May 13, 2024
@wdbaruni wdbaruni added comp/scheduler Related to job scheduling components th/specs Theme: Related to specifications for new features or changes labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp/scheduler Related to job scheduling components th/specs Theme: Related to specifications for new features or changes
Projects
Status: Next
Development

No branches or pull requests

1 participant