hatchet-sdk 0.40.0a5__py3-none-any.whl → 0.40.0a7__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 +1 -2
- {hatchet_sdk-0.40.0a5.dist-info → hatchet_sdk-0.40.0a7.dist-info}/METADATA +1 -1
- {hatchet_sdk-0.40.0a5.dist-info → hatchet_sdk-0.40.0a7.dist-info}/RECORD +5 -5
- {hatchet_sdk-0.40.0a5.dist-info → hatchet_sdk-0.40.0a7.dist-info}/WHEEL +0 -0
- {hatchet_sdk-0.40.0a5.dist-info → hatchet_sdk-0.40.0a7.dist-info}/entry_points.txt +0 -0
|
@@ -83,7 +83,7 @@ class ManagedCompute:
|
|
|
83
83
|
async def cloud_register(self):
|
|
84
84
|
|
|
85
85
|
# if the environment variable HATCHET_CLOUD_REGISTER_ID is set, use it and exit
|
|
86
|
-
if self.cloud_register_enabled is None:
|
|
86
|
+
if self.cloud_register_enabled is not None:
|
|
87
87
|
logger.info(
|
|
88
88
|
f"Registering cloud compute plan with ID: {self.cloud_register_enabled}"
|
|
89
89
|
)
|
|
@@ -99,7 +99,6 @@ 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,
|
|
103
102
|
infra_as_code_create_request=req,
|
|
104
103
|
_request_timeout=10,
|
|
105
104
|
)
|
|
@@ -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=NLd_oDiXM7YYYOPPhRJLADcNYuKGjBJb1XQ4GV3noZ8,4145
|
|
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.0a7.dist-info/METADATA,sha256=JkiK0FPd3VlJOj9AVNLto6KY_fMrB7iOVyharkYNp_g,1140
|
|
280
|
+
hatchet_sdk-0.40.0a7.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
281
|
+
hatchet_sdk-0.40.0a7.dist-info/entry_points.txt,sha256=NxmIc7Ou0LQOEfiw1W1KFMIq-NPcp1g545LI-4aQVK8,865
|
|
282
|
+
hatchet_sdk-0.40.0a7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|