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

Check interval_reference option when a job times out or fails #48

Open
s-aebischer opened this issue Dec 21, 2022 · 0 comments
Open

Check interval_reference option when a job times out or fails #48

s-aebischer opened this issue Dec 21, 2022 · 0 comments
Assignees
Labels

Comments

@s-aebischer
Copy link
Member

Describe the change

When a job times out or fails a retry_timeout can be specified. The retry_timeout is added to the current timestamp.
The scheduler should check the interval_reference option and schedule the new job by adding the retry_interval to either the start time of the job or the current timestamp.

Current situation

When a job failed or ran into a timeout the new execution time is always calculated by adding the retry_interval to the current timestamp.

Should

The scheduler should check the interval_reference and add the retry_interval to either the start time of the job or the current timestamp

@s-aebischer s-aebischer self-assigned this Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant