dbos 1.11.0a5__py3-none-any.whl → 1.11.0a6__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 dbos might be problematic. Click here for more details.
- dbos/_core.py +2 -1
- {dbos-1.11.0a5.dist-info → dbos-1.11.0a6.dist-info}/METADATA +1 -1
- {dbos-1.11.0a5.dist-info → dbos-1.11.0a6.dist-info}/RECORD +6 -6
- {dbos-1.11.0a5.dist-info → dbos-1.11.0a6.dist-info}/WHEEL +0 -0
- {dbos-1.11.0a5.dist-info → dbos-1.11.0a6.dist-info}/entry_points.txt +0 -0
- {dbos-1.11.0a5.dist-info → dbos-1.11.0a6.dist-info}/licenses/LICENSE +0 -0
dbos/_core.py
CHANGED
|
@@ -1073,7 +1073,8 @@ def decorate_step(
|
|
|
1073
1073
|
|
|
1074
1074
|
def on_exception(attempt: int, error: BaseException) -> float:
|
|
1075
1075
|
dbos.logger.warning(
|
|
1076
|
-
f"Step being automatically retried
|
|
1076
|
+
f"Step being automatically retried (attempt {attempt + 1} of {attempts})",
|
|
1077
|
+
exc_info=error,
|
|
1077
1078
|
)
|
|
1078
1079
|
ctx = assert_current_dbos_context()
|
|
1079
1080
|
span = ctx.get_current_span()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
dbos-1.11.
|
|
2
|
-
dbos-1.11.
|
|
3
|
-
dbos-1.11.
|
|
4
|
-
dbos-1.11.
|
|
1
|
+
dbos-1.11.0a6.dist-info/METADATA,sha256=O9219TX0-H9Om5McaJsl8XC3AAcWas3Qp5yj_ymVc0Y,13268
|
|
2
|
+
dbos-1.11.0a6.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
|
|
3
|
+
dbos-1.11.0a6.dist-info/entry_points.txt,sha256=_QOQ3tVfEjtjBlr1jS4sHqHya9lI2aIEIWkz8dqYp14,58
|
|
4
|
+
dbos-1.11.0a6.dist-info/licenses/LICENSE,sha256=VGZit_a5-kdw9WT6fY5jxAWVwGQzgLFyPWrcVVUhVNU,1067
|
|
5
5
|
dbos/__init__.py,sha256=NssPCubaBxdiKarOWa-wViz1hdJSkmBGcpLX_gQ4NeA,891
|
|
6
6
|
dbos/__main__.py,sha256=G7Exn-MhGrVJVDbgNlpzhfh8WMX_72t3_oJaFT9Lmt8,653
|
|
7
7
|
dbos/_admin_server.py,sha256=e8ELhcDWqR3_PNobnNgUvLGh5lzZq0yFSF6dvtzoQRI,16267
|
|
@@ -11,7 +11,7 @@ dbos/_client.py,sha256=_wMe4qnRSwiRZo74xdqTBetbHlIVy3vQifdSd7os1ZY,18213
|
|
|
11
11
|
dbos/_conductor/conductor.py,sha256=3E_hL3c9g9yWqKZkvI6KA0-ZzPMPRo06TOzT1esMiek,24114
|
|
12
12
|
dbos/_conductor/protocol.py,sha256=q3rgLxINFtWFigdOONc-4gX4vn66UmMlJQD6Kj8LnL4,7420
|
|
13
13
|
dbos/_context.py,sha256=0vFtLAk3WF5BQYIYNFImDRBppKO2CTKOSy51zQC-Cu8,25723
|
|
14
|
-
dbos/_core.py,sha256=
|
|
14
|
+
dbos/_core.py,sha256=kpEOK9CclOug3zB7tyImnUOTLKKyfw7DVg1qFPJanwM,49670
|
|
15
15
|
dbos/_croniter.py,sha256=XHAyUyibs_59sJQfSNWkP7rqQY6_XrlfuuCxk4jYqek,47559
|
|
16
16
|
dbos/_dbos.py,sha256=h0ZtJNElMB4R2T1320jYD3PXKenn-xCLxnSkIiqpFVg,57386
|
|
17
17
|
dbos/_dbos_config.py,sha256=er8oF3e9zGlEG9KntX7uBSXrDuVvROtkzVidzXjOwUU,21746
|
|
@@ -71,4 +71,4 @@ dbos/cli/migration.py,sha256=eI0sc0vYq2iUP3cBHPfTa6WHCyDBr8ld9nRxEZZzFrU,3316
|
|
|
71
71
|
dbos/dbos-config.schema.json,sha256=CjaspeYmOkx6Ip_pcxtmfXJTn_YGdSx_0pcPBF7KZmo,6060
|
|
72
72
|
dbos/py.typed,sha256=QfzXT1Ktfk3Rj84akygc7_42z0lRpCq0Ilh8OXI6Zas,44
|
|
73
73
|
version/__init__.py,sha256=L4sNxecRuqdtSFdpUGX3TtBi9KL3k7YsZVIvv-fv9-A,1678
|
|
74
|
-
dbos-1.11.
|
|
74
|
+
dbos-1.11.0a6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|