Skip to content

Commit 9e0e717

Browse files
author
Alex Wang
committed
docs(insight): fix scheduler comment
1 parent 7ba7520 commit 9e0e717

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • packages/aws-durable-execution-sdk-python-insight/src/aws_durable_execution_sdk_python_insight

packages/aws-durable-execution-sdk-python-insight/src/aws_durable_execution_sdk_python_insight/plugin.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@ def on_invocation_end(self, info: InvocationEndInfo) -> None:
342342
if should_emit:
343343
# Only terminal (SUCCEEDED/FAILED) records carry an end time; a
344344
# PENDING/RETRY invocation end maps to RUNNING (still in flight) and
345-
# must omit endTime/durationMs. Passing end_time=None makes _emit
346-
# drop both fields. Output and error likewise belong only to a
347-
# terminal record.
345+
# must omit endTime/durationMs. Passing end_time=None makes
346+
# _schedule_record drop both fields. Output and error likewise
347+
# belong only to a terminal record.
348348
self._schedule_record(
349349
arn,
350350
state,

0 commit comments

Comments
 (0)