pybiolib 1.2.611__py3-none-any.whl → 1.2.633__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -195,11 +195,13 @@ class JobWorker:
195
195
  def _cleanup(self) -> None:
196
196
  self.is_cleaning_up = True
197
197
 
198
+ logger_no_user_data.debug('Cleaning up executers...')
198
199
  for executor in self._executors:
199
200
  executor.cleanup()
200
201
 
201
202
  proxy_count = len(self._remote_host_proxies)
202
203
  if proxy_count > 0:
204
+ logger_no_user_data.debug('Cleaning up proxies...')
203
205
  proxy_cleanup_start_time = time()
204
206
 
205
207
  for proxy in self._remote_host_proxies:
@@ -212,10 +214,12 @@ class JobWorker:
212
214
  self._remote_host_proxies = []
213
215
  logger_no_user_data.debug(f'Cleaned up {proxy_count} proxies in {time() - proxy_cleanup_start_time}')
214
216
 
217
+ logger_no_user_data.debug('Cleaning up networks...')
215
218
  self._cleanup_network(self._internal_network)
216
219
  self._internal_network = None
217
220
  self._cleanup_network(self._public_network)
218
221
  self._public_network = None
222
+ logger_no_user_data.debug('Cleaned up networks...')
219
223
 
220
224
  @staticmethod
221
225
  def _cleanup_network(network: Optional[Network]) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pybiolib
3
- Version: 1.2.611
3
+ Version: 1.2.633
4
4
  Summary: BioLib Python Client
5
5
  License: MIT
6
6
  Keywords: biolib
@@ -84,7 +84,7 @@ biolib/compute_node/job_worker/executors/types.py,sha256=wbjWZZ2f9FttjqUCCOeZmn7
84
84
  biolib/compute_node/job_worker/job_legacy_input_wait_timeout_thread.py,sha256=_cvEiZbOwfkv6fYmfrvdi_FVviIEYr_dSClQcOQaUWM,1198
85
85
  biolib/compute_node/job_worker/job_max_runtime_timer_thread.py,sha256=K_xgz7IhiIjpLlXRk8sqaMyLoApcidJkgu29sJX0gb8,1174
86
86
  biolib/compute_node/job_worker/job_storage.py,sha256=lScHI3ubcHKagSEW243tgbIWXUfbWDHDjEOPMvXxJE8,4603
87
- biolib/compute_node/job_worker/job_worker.py,sha256=xp1laEWUhUsKzF4ITdsTWcQlSn133pAjkeiPMAG5jqQ,28892
87
+ biolib/compute_node/job_worker/job_worker.py,sha256=3m6_ZzsSbuygbh9UmQ2RQrPZgJVsjcSR5V57ddECcqo,29139
88
88
  biolib/compute_node/job_worker/large_file_system.py,sha256=XXqRlVtYhs-Ji9zQGIk5KQPXFO_Q5jJH0nnlw4GkeMY,10461
89
89
  biolib/compute_node/job_worker/mappings.py,sha256=Z48Kg4nbcOvsT2-9o3RRikBkqflgO4XeaWxTGz-CNvI,2499
90
90
  biolib/compute_node/job_worker/utilization_reporter_thread.py,sha256=7tm5Yk9coqJ9VbEdnO86tSXI0iM0omwIyKENxdxiVXk,8575
@@ -120,8 +120,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
120
120
  biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
121
121
  biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
122
122
  biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
123
- pybiolib-1.2.611.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
124
- pybiolib-1.2.611.dist-info/METADATA,sha256=RvKSHD8jbb_CwygaoekwwPbMLUqGkYWYwokOpkEAebw,1570
125
- pybiolib-1.2.611.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
126
- pybiolib-1.2.611.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
127
- pybiolib-1.2.611.dist-info/RECORD,,
123
+ pybiolib-1.2.633.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
124
+ pybiolib-1.2.633.dist-info/METADATA,sha256=3AF7yKFrHFCcuoXGh_XLgYlEijDF3TTIpzzCRjiZ524,1570
125
+ pybiolib-1.2.633.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
126
+ pybiolib-1.2.633.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
127
+ pybiolib-1.2.633.dist-info/RECORD,,