Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,9 @@ def on_invocation_end(self, info: InvocationEndInfo) -> None:
if should_emit:
# Only terminal (SUCCEEDED/FAILED) records carry an end time; a
# PENDING/RETRY invocation end maps to RUNNING (still in flight) and
# must omit endTime/durationMs. Passing end_time=None makes _emit
# drop both fields. Output and error likewise belong only to a
# terminal record.
# must omit endTime/durationMs. Passing end_time=None makes
# _schedule_record drop both fields. Output and error likewise
# belong only to a terminal record.
self._schedule_record(
arn,
state,
Expand Down