Ask a question to get started
Enter to send•Shift+Enter new line
List of exception classes that should trigger a retry, or a callable that returns True for exceptions that should trigger a retry.
True
retry_on: type[Exception] | Sequence[type[Exception]] | Callable[[Exception], bool] = default_retry_on