prefect-client 3.3.4.dev1__py3-none-any.whl → 3.3.4.dev2__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.
- prefect/_build_info.py +3 -3
- prefect/runner/runner.py +4 -2
- {prefect_client-3.3.4.dev1.dist-info → prefect_client-3.3.4.dev2.dist-info}/METADATA +1 -1
- {prefect_client-3.3.4.dev1.dist-info → prefect_client-3.3.4.dev2.dist-info}/RECORD +6 -6
- {prefect_client-3.3.4.dev1.dist-info → prefect_client-3.3.4.dev2.dist-info}/WHEEL +0 -0
- {prefect_client-3.3.4.dev1.dist-info → prefect_client-3.3.4.dev2.dist-info}/licenses/LICENSE +0 -0
prefect/_build_info.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Generated by versioningit
|
2
|
-
__version__ = "3.3.4.
|
3
|
-
__build_date__ = "2025-04-
|
4
|
-
__git_commit__ = "
|
2
|
+
__version__ = "3.3.4.dev2"
|
3
|
+
__build_date__ = "2025-04-09 08:08:30.474296+00:00"
|
4
|
+
__git_commit__ = "1cfffaaffffa6473f2986cb2b378831e5e0ab6b2"
|
5
5
|
__dirty__ = False
|
prefect/runner/runner.py
CHANGED
@@ -1363,7 +1363,9 @@ class Runner:
|
|
1363
1363
|
ready_to_submit = await self._propose_pending_state(flow_run)
|
1364
1364
|
|
1365
1365
|
if ready_to_submit:
|
1366
|
-
readiness_result
|
1366
|
+
readiness_result: (
|
1367
|
+
anyio.abc.Process | Exception
|
1368
|
+
) = await self._runs_task_group.start(
|
1367
1369
|
partial(
|
1368
1370
|
self._submit_run_and_capture_errors,
|
1369
1371
|
flow_run=flow_run,
|
@@ -1374,7 +1376,7 @@ class Runner:
|
|
1374
1376
|
if readiness_result and not isinstance(readiness_result, Exception):
|
1375
1377
|
async with self._flow_run_process_map_lock:
|
1376
1378
|
self._flow_run_process_map[flow_run.id] = ProcessMapEntry(
|
1377
|
-
pid=readiness_result, flow_run=flow_run
|
1379
|
+
pid=readiness_result.pid, flow_run=flow_run
|
1378
1380
|
)
|
1379
1381
|
# Heartbeats are opt-in and only emitted if a heartbeat frequency is set
|
1380
1382
|
if self.heartbeat_seconds is not None:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
prefect/.prefectignore,sha256=awSprvKT0vI8a64mEOLrMxhxqcO-b0ERQeYpA2rNKVQ,390
|
2
2
|
prefect/__init__.py,sha256=iCdcC5ZmeewikCdnPEP6YBAjPNV5dvfxpYCTpw30Hkw,3685
|
3
3
|
prefect/__main__.py,sha256=WFjw3kaYJY6pOTA7WDOgqjsz8zUEUZHCcj3P5wyVa-g,66
|
4
|
-
prefect/_build_info.py,sha256=
|
4
|
+
prefect/_build_info.py,sha256=hL-6metE9ANHCm8rKNHjWmhotuybh8c9Nn1mFN-Kc6s,185
|
5
5
|
prefect/_result_records.py,sha256=S6QmsODkehGVSzbMm6ig022PYbI6gNKz671p_8kBYx4,7789
|
6
6
|
prefect/_waiters.py,sha256=Ia2ITaXdHzevtyWIgJoOg95lrEXQqNEOquHvw3T33UQ,9026
|
7
7
|
prefect/agent.py,sha256=dPvG1jDGD5HSH7aM2utwtk6RaJ9qg13XjkA0lAIgQmY,287
|
@@ -182,7 +182,7 @@ prefect/logging/highlighters.py,sha256=BCf_LNhFInIfGPqwuu8YVrGa4wVxNc4YXo2pYgftp
|
|
182
182
|
prefect/logging/loggers.py,sha256=rwFJv0i3dhdKr25XX-xUkQy4Vv4dy18bTy366jrC0OQ,12741
|
183
183
|
prefect/logging/logging.yml,sha256=tT7gTyC4NmngFSqFkCdHaw7R0GPNPDDsTCGZQByiJAQ,3169
|
184
184
|
prefect/runner/__init__.py,sha256=pQBd9wVrUVUDUFJlgiweKSnbahoBZwqnd2O2jkhrULY,158
|
185
|
-
prefect/runner/runner.py,sha256=
|
185
|
+
prefect/runner/runner.py,sha256=D2sTbcUvFW5eiQLsQgzUO8hSTyWMvwQ7-nTg35twuIY,64962
|
186
186
|
prefect/runner/server.py,sha256=vyqMlUVVq6_Te1feny0G9qE8zJCYREZaF9ZstDuGvJQ,11327
|
187
187
|
prefect/runner/storage.py,sha256=L7aSjie5L6qbXYCDqYDX3ouQ_NsNMlmfjPeaWOC-ncs,28043
|
188
188
|
prefect/runner/submit.py,sha256=MtUrEKi4XznXXkDasILYYhY2w_DC2RcAL2hPJUgkgNo,8815
|
@@ -316,7 +316,7 @@ prefect/workers/cloud.py,sha256=dPvG1jDGD5HSH7aM2utwtk6RaJ9qg13XjkA0lAIgQmY,287
|
|
316
316
|
prefect/workers/process.py,sha256=uxOwcqA2Ps-V-W6WeSdKCQMINrCxBEVx1K1Un8pb7vs,8973
|
317
317
|
prefect/workers/server.py,sha256=2pmVeJZiVbEK02SO6BEZaBIvHMsn6G8LzjW8BXyiTtk,1952
|
318
318
|
prefect/workers/utilities.py,sha256=VfPfAlGtTuDj0-Kb8WlMgAuOfgXCdrGAnKMapPSBrwc,2483
|
319
|
-
prefect_client-3.3.4.
|
320
|
-
prefect_client-3.3.4.
|
321
|
-
prefect_client-3.3.4.
|
322
|
-
prefect_client-3.3.4.
|
319
|
+
prefect_client-3.3.4.dev2.dist-info/METADATA,sha256=FkVqm2APcW5F6Yzm3M3g6LhWcg3fyFY3H3JpXku35WU,7456
|
320
|
+
prefect_client-3.3.4.dev2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
321
|
+
prefect_client-3.3.4.dev2.dist-info/licenses/LICENSE,sha256=MCxsn8osAkzfxKC4CC_dLcUkU8DZLkyihZ8mGs3Ah3Q,11357
|
322
|
+
prefect_client-3.3.4.dev2.dist-info/RECORD,,
|
File without changes
|
{prefect_client-3.3.4.dev1.dist-info → prefect_client-3.3.4.dev2.dist-info}/licenses/LICENSE
RENAMED
File without changes
|