hatchet-sdk 0.40.0a7__py3-none-any.whl → 0.40.0a9__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.
Potentially problematic release.
This version of hatchet-sdk might be problematic. Click here for more details.
- hatchet_sdk/compute/managed_compute.py +2 -1
- {hatchet_sdk-0.40.0a7.dist-info → hatchet_sdk-0.40.0a9.dist-info}/METADATA +1 -1
- {hatchet_sdk-0.40.0a7.dist-info → hatchet_sdk-0.40.0a9.dist-info}/RECORD +5 -5
- {hatchet_sdk-0.40.0a7.dist-info → hatchet_sdk-0.40.0a9.dist-info}/WHEEL +0 -0
- {hatchet_sdk-0.40.0a7.dist-info → hatchet_sdk-0.40.0a9.dist-info}/entry_points.txt +0 -0
|
@@ -66,7 +66,7 @@ class ManagedCompute:
|
|
|
66
66
|
if key not in map:
|
|
67
67
|
map[key] = ManagedWorkerCreateRequestRuntimeConfig(
|
|
68
68
|
actions=[],
|
|
69
|
-
num_replicas=
|
|
69
|
+
num_replicas=compute.num_replicas,
|
|
70
70
|
cpu_kind=compute.cpu_kind,
|
|
71
71
|
cpus=compute.cpus,
|
|
72
72
|
memory_mb=compute.memory_mb,
|
|
@@ -99,6 +99,7 @@ class ManagedCompute:
|
|
|
99
99
|
|
|
100
100
|
res = (
|
|
101
101
|
await self.client.rest.aio.managed_worker_api.infra_as_code_create(
|
|
102
|
+
infra_as_code_request=self.cloud_register_enabled,
|
|
102
103
|
infra_as_code_create_request=req,
|
|
103
104
|
_request_timeout=10,
|
|
104
105
|
)
|
|
@@ -240,7 +240,7 @@ hatchet_sdk/clients/run_event_listener.py,sha256=51WTg52_aISgYPOFPHJ21rb4IO6aEd7
|
|
|
240
240
|
hatchet_sdk/clients/workflow_listener.py,sha256=Q_WJcGlZNHJGSpxzDac9wELjgxhP0vLaNTXRy_xnxc8,9466
|
|
241
241
|
hatchet_sdk/compute/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
242
242
|
hatchet_sdk/compute/configs.py,sha256=DNsKXSDMk-L9X_c-OOQp-CJ6JLhNYqKk_NdUOz4J4ng,1130
|
|
243
|
-
hatchet_sdk/compute/managed_compute.py,sha256=
|
|
243
|
+
hatchet_sdk/compute/managed_compute.py,sha256=zocBrvMKs71nX_suUaiwyq4xoZfq3xdSu32UTiBMTH0,4239
|
|
244
244
|
hatchet_sdk/connection.py,sha256=593aUGAj7Ouf00lcVwx_pmhdQ9NOC5ANT1Jrf8nwkHs,2165
|
|
245
245
|
hatchet_sdk/context/__init__.py,sha256=Pl_seJ_SJpW34BBZp4KixuZ8GiRK9sJFfegf9u3m7zk,29
|
|
246
246
|
hatchet_sdk/context/context.py,sha256=nZxq3lKTCdE7C01-60Wp1Hvcs3nj-NH85JXQovuncFk,11873
|
|
@@ -276,7 +276,7 @@ hatchet_sdk/worker/runner/utils/error_with_traceback.py,sha256=Iih_s8JNqrinXETFJ
|
|
|
276
276
|
hatchet_sdk/worker/worker.py,sha256=9j1u8MwBISutRU4Lwb0b7XstFK3bqZ7oX6ZJv-NDeXU,11022
|
|
277
277
|
hatchet_sdk/workflow.py,sha256=nx7jUPQ6NLfy1I93oeT5ZQDWFM_KL0TfMqzM0QigOjk,7336
|
|
278
278
|
hatchet_sdk/workflow_run.py,sha256=BwK5cefvXXvyQ1Ednj_7LeejMwQJqWnvUC_FTBmJNxk,1805
|
|
279
|
-
hatchet_sdk-0.40.
|
|
280
|
-
hatchet_sdk-0.40.
|
|
281
|
-
hatchet_sdk-0.40.
|
|
282
|
-
hatchet_sdk-0.40.
|
|
279
|
+
hatchet_sdk-0.40.0a9.dist-info/METADATA,sha256=Zz-0IB_KHYb6iWi5TFNYvM7gO9_lHpzzGoX2fBSGhI8,1140
|
|
280
|
+
hatchet_sdk-0.40.0a9.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
281
|
+
hatchet_sdk-0.40.0a9.dist-info/entry_points.txt,sha256=NxmIc7Ou0LQOEfiw1W1KFMIq-NPcp1g545LI-4aQVK8,865
|
|
282
|
+
hatchet_sdk-0.40.0a9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|