Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
25 stars 4 forks source link

quickfix: avoid hanging ZK get_job calls #632 #639

Closed bossie closed 5 months ago

bossie commented 5 months ago

Context: calls to get a batch job from ZK seem to hang and occupy Gunicorn threads, blocking other requests.

The quickfix is to favor EJR and thus relieve ZK in this case.

bossie commented 5 months ago

This was ultimately rolled back because it messed up the batch job result metadata (in particular, its spatial and temporal extent). #635 should fix this in a more general way.