pybiolib 1.2.205__py3-none-any.whl → 1.2.209__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.
- biolib/compute_node/job_worker/executors/docker_executor.py +4 -0
- {pybiolib-1.2.205.dist-info → pybiolib-1.2.209.dist-info}/METADATA +1 -1
- {pybiolib-1.2.205.dist-info → pybiolib-1.2.209.dist-info}/RECORD +6 -6
- {pybiolib-1.2.205.dist-info → pybiolib-1.2.209.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.205.dist-info → pybiolib-1.2.209.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.205.dist-info → pybiolib-1.2.209.dist-info}/entry_points.txt +0 -0
@@ -501,6 +501,10 @@ class DockerExecutor:
|
|
501
501
|
stdout=stdout,
|
502
502
|
)
|
503
503
|
except Exception as exception:
|
504
|
+
logger.error("Hit Error 23")
|
505
|
+
logger.exception("Error")
|
506
|
+
logger.error(str(exception))
|
507
|
+
time.sleep(3)
|
504
508
|
raise ComputeProcessException(
|
505
509
|
exception,
|
506
510
|
SystemExceptionCodes.FAILED_TO_SERIALIZE_AND_SEND_MODULE_OUTPUT.value,
|
@@ -78,7 +78,7 @@ biolib/compute_node/job_worker/cache_state.py,sha256=MwjSRzcJJ_4jybqvBL4xdgnDYSI
|
|
78
78
|
biolib/compute_node/job_worker/cache_types.py,sha256=ajpLy8i09QeQS9dEqTn3T6NVNMY_YsHQkSD5nvIHccQ,818
|
79
79
|
biolib/compute_node/job_worker/docker_image_cache.py,sha256=ansHIkJIq_EMW1nZNlW-RRLVVeKWTbzNICYaOHpKiRE,7460
|
80
80
|
biolib/compute_node/job_worker/executors/__init__.py,sha256=bW6t1qi3PZTlHM4quaTLa8EI4ALTCk83cqcVJfJfJfE,145
|
81
|
-
biolib/compute_node/job_worker/executors/docker_executor.py,sha256=
|
81
|
+
biolib/compute_node/job_worker/executors/docker_executor.py,sha256=Ygt3JgJJ1QuQ4WBgUsu6AnjBtu4vtYFA5oI4x8U6jw8,28189
|
82
82
|
biolib/compute_node/job_worker/executors/docker_types.py,sha256=VhsU1DKtJjx_BbCkVmiPZPH4ROiL1ygW1Y_s1Kbpa2o,216
|
83
83
|
biolib/compute_node/job_worker/executors/tars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
84
84
|
biolib/compute_node/job_worker/executors/types.py,sha256=yP5gG39hr-DLnw9bOE--VHi-1arDbIYiGuV1rlTbbHI,1466
|
@@ -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.
|
124
|
-
pybiolib-1.2.
|
125
|
-
pybiolib-1.2.
|
126
|
-
pybiolib-1.2.
|
127
|
-
pybiolib-1.2.
|
123
|
+
pybiolib-1.2.209.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
124
|
+
pybiolib-1.2.209.dist-info/METADATA,sha256=S5YPbQ5LyZ0kFQVu_4wZOiVzJo3Z4WRvCl-3tM3WLJ4,1558
|
125
|
+
pybiolib-1.2.209.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
126
|
+
pybiolib-1.2.209.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
127
|
+
pybiolib-1.2.209.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|