-
Notifications
You must be signed in to change notification settings - Fork 42
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
As a developer I want to provide the MultiBackendJobManager with a maximal run time for each job. #590
Labels
Comments
soxofaan
added a commit
that referenced
this issue
Jul 22, 2024
soxofaan
pushed a commit
that referenced
this issue
Sep 3, 2024
I think this ticket is done (with #596) and can be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the MultiBackendJobManager, and batch jobs by extension to o not have a 'failsave' to avoid extremely expensive jobs.
What I propose is to measure the time how long a job is in running, and provide an input parameter to cancel the job in case it goes over the predicted runtime.
The text was updated successfully, but these errors were encountered: