We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b6ab8 commit dc75ca8Copy full SHA for dc75ca8
openeo/extra/job_management/_manager.py
@@ -397,10 +397,6 @@ def stop_job_thread(self, timeout_seconds: Optional[float] = _UNSET):
397
self._worker_pool = None
398
399
if self._download_pool is not None:
400
- # Wait for downloads to complete before shutting down
401
- _log.info("Waiting for download tasks to complete before stopping...")
402
- while self._download_pool.num_pending_tasks() > 0:
403
- time.sleep(1)
404
self._download_pool.shutdown()
405
self._download_pool = None
406
0 commit comments