matrice-compute 0.1.11__py3-none-any.whl → 0.1.12__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.
- matrice_compute/instance_manager.py +7 -7
- {matrice_compute-0.1.11.dist-info → matrice_compute-0.1.12.dist-info}/METADATA +1 -1
- {matrice_compute-0.1.11.dist-info → matrice_compute-0.1.12.dist-info}/RECORD +6 -6
- {matrice_compute-0.1.11.dist-info → matrice_compute-0.1.12.dist-info}/WHEEL +0 -0
- {matrice_compute-0.1.11.dist-info → matrice_compute-0.1.12.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice_compute-0.1.11.dist-info → matrice_compute-0.1.12.dist-info}/top_level.txt +0 -0
|
@@ -220,13 +220,13 @@ class InstanceManager:
|
|
|
220
220
|
"Error in shutdown_manager handle_shutdown: %s",
|
|
221
221
|
str(exc),
|
|
222
222
|
)
|
|
223
|
-
try:
|
|
224
|
-
|
|
225
|
-
except Exception as exc:
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
223
|
+
# try:
|
|
224
|
+
# self.scale_down_manager.auto_scaledown_actions()
|
|
225
|
+
# except Exception as exc:
|
|
226
|
+
# logging.error(
|
|
227
|
+
# "Error in scale_down_manager auto_scaledown_actions: %s",
|
|
228
|
+
# str(exc),
|
|
229
|
+
# )
|
|
230
230
|
try:
|
|
231
231
|
self.machine_resources_tracker.update_available_resources()
|
|
232
232
|
except Exception as exc:
|
|
@@ -2,7 +2,7 @@ matrice_compute/__init__.py,sha256=HG5yzsY2dcQ0sGKwxMj-Sv2zDhbSC00slAdkcfS9nng,3
|
|
|
2
2
|
matrice_compute/action_instance.py,sha256=6tyZehK7SfIu6NjXp4wFeYMY0BINShmXtoCXyimDKN0,58002
|
|
3
3
|
matrice_compute/actions_manager.py,sha256=5U-xM6tl_Z6x96bi-c7AJM9ru80LqTN8f5Oce8dAu_A,7780
|
|
4
4
|
matrice_compute/actions_scaledown_manager.py,sha256=pJ0nduNwHWZ10GnqJNx0Ok7cVWabQ_M8E2Vb9pH3A_k,2002
|
|
5
|
-
matrice_compute/instance_manager.py,sha256=
|
|
5
|
+
matrice_compute/instance_manager.py,sha256=LhPOqrzmrs-QdorqgDOuBDHjpUkLPgCZovBdCBiVmVw,10103
|
|
6
6
|
matrice_compute/instance_utils.py,sha256=tIFVUi8HJPy4GY-jtfVx2zIgmXNta7s3jCIRzBga1hI,21977
|
|
7
7
|
matrice_compute/prechecks.py,sha256=W9YmNF3RcLhOf4U8WBlExvFqDw1aGWSNTlJtA73lbDQ,17196
|
|
8
8
|
matrice_compute/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -10,8 +10,8 @@ matrice_compute/resources_tracker.py,sha256=My26LPglDHcQcTkxxiXwpfdqkpEAt3clrqJ-
|
|
|
10
10
|
matrice_compute/scaling.py,sha256=8HfbKMsR7EI0rrLfKl_gz6FMO2Q4sLXELxGc3DcLwz8,31743
|
|
11
11
|
matrice_compute/shutdown_manager.py,sha256=0MYV_AqygqR9NEntYf7atUC-PbWXyNkm1f-8c2aizgA,13234
|
|
12
12
|
matrice_compute/task_utils.py,sha256=ML9uTrYQiWgEMJitYxoGlVOa9KUXNKV_WqnousOTK6k,2762
|
|
13
|
-
matrice_compute-0.1.
|
|
14
|
-
matrice_compute-0.1.
|
|
15
|
-
matrice_compute-0.1.
|
|
16
|
-
matrice_compute-0.1.
|
|
17
|
-
matrice_compute-0.1.
|
|
13
|
+
matrice_compute-0.1.12.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
|
|
14
|
+
matrice_compute-0.1.12.dist-info/METADATA,sha256=__gJ0pkG07q5s8kOmdk8ItFWV3pfcHa-EUKDEe48xrY,1038
|
|
15
|
+
matrice_compute-0.1.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
16
|
+
matrice_compute-0.1.12.dist-info/top_level.txt,sha256=63Plr3L1GzBUWZO5JZaFkiv8IcB10xUPU-9w3i6ptvE,16
|
|
17
|
+
matrice_compute-0.1.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|