Skip to content

Commit

Permalink
Add new field to exception converter
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 19, 2024
1 parent 416fc64 commit 9994a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions temporalio/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ def from_failure(
*payload_converter.from_payloads_wrapper(app_info.details),
type=app_info.type or None,
non_retryable=app_info.non_retryable,
next_retry_delay=app_info.next_retry_delay.ToTimedelta(),
)
elif failure.HasField("timeout_failure_info"):
timeout_info = failure.timeout_failure_info
Expand Down

0 comments on commit 9994a1d

Please sign in to comment.