Open-EO / openeo-earthengine-driver

openEO back-end driver for Google Earth Engine.
Apache License 2.0
21 stars 7 forks source link

Cancel GEE requests if HTTP requests are aborted #76

Open m-mohr opened 6 months ago

m-mohr commented 6 months ago

For both secondary web service tiles, sync processing and the DELETE /job/:id/results endpoint, GEE processing is not necessarily cancelled as well. We should check whether we can cancel the requests if needed.

Related: https://github.com/axios/axios#cancellation