openeo-python-client
openeo-python-client copied to clipboard
As a developer I want to provide the MultiBackendJobManager with a maximal run time for each job.
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.