Open-EO / openeo-spring-driver

openEO driver build on spring using WCPS and ODC storage access
Apache License 2.0
0 stars 0 forks source link

Stop a job #68

Closed pierocampa closed 1 year ago

pierocampa commented 1 year ago

The possibility to cancel an ongoing job is currently not implemented. As per openEO API, this means that a client could trigger a:

HTTP DELETE /jobs/{job_id}/results

..to cancel the job with the given identifier.

In addition, if the server reaches an inconsistent state on a job (e.g. a missed exception), then the job stays queued forever with no option to reset its state.

clausmichele commented 1 year ago

The functionality for stopping a job on the ODC back-end has been implemented some time ago, I forgot to close this.