Open-EO / openeo-gfmap

Generic framework for EO mapping applications building on openEO
Apache License 2.0
4 stars 0 forks source link

ThreadPoolExecutor replacing job queue #69

Closed GriffinBabe closed 3 months ago

GriffinBabe commented 3 months ago

Replaced manual threads and sync-queue system with a ThreadPoolExecutor, exception within threads are handled and re-raised within the main thread

GriffinBabe commented 3 months ago

Closes #58