temporal
temporal copied to clipboard
Activity additional info
There's a couple of extra fields to help understand the status of a pending activity:
- Add
last_failure_timeto PendingActivityInfo. Populated once an attempt failure is recorded for any reason that an attempt might fail, including any form of timeout. - Add
next_attempt_schedule_timeto PendingActivityInfo. Shown if activity is in backoff state (waiting for retry).
- Add next_retry_interval