Skip to content

openEO Python Client v0.45.0

Latest
Compare
Choose a tag to compare
@soxofaan soxofaan released this 17 Sep 07:30
· 3 commits to master since this release

Added

Changed

  • MultiBackendJobManager: starting of jobs (which can take long in some situations) is now done in side-threads to avoid blocking of the main job management thread, improving its responsiveness and allowing better overall throughput. To make this possible, a new method get_by_indices() was added to the JobDatabaseInterface API. Make sure to implement this method if you have a custom JobDatabaseInterface implementation that does not provide this yet. (#719)