Hans Vanrompay

Results 14 issues of Hans Vanrompay

Included _check_and_stop_long_running_jobs. Still needs to be covered in test_suite

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...

feature request

With the new internal queue; jobs are automatically retried incase more jobs are created that the amount of allowed parallel jobs. Since the job manager runs until all jobs end...

good first issue
low hanging fruit
technical debt
job manager

Somewhat of a preemptive PR. I tried to thread of the downloading in a similar style as the threaded MPJM. I'd also would hope to get some input on needed...

job manager

In this EPIC we sketch out desired features for the MBJM. To make the MBJB more performant, the downloading will be split of from track statuses. Apart from that we...

feature request
job manager

Follows from the discussion in: https://github.com/ESA-APEx/apex_algorithms/pull/44 There is a lot of repeated code on downloading's and unzipping dependencies/models for UDFs. As a user it would be easier to if this...

feature request
usability
UDF

In this EPIC we aim to make openEO more user-friendly by contributing and simplifying to the documentation

documentation

In order to make the job manager more efficient we should run the downloads across the thread_worker. Caution must be taken to reserve a single thread for job submission to...

job manager