Ask a question to get started
Enter to send•Shift+Enter new line
Run on a retry event.
on_retry( self, retry_state: RetryCallState, *, run_id: UUID, parent_run_id: UUID | None = None, **kwargs: Any = {} ) -> Any
retry_state
RetryCallState
The retry state.
run_id
UUID
The ID of the current run.
parent_run_id
UUID | None
None
The ID of the parent run.
**kwargs
Any
{}
Additional keyword arguments.