We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5526874 commit 043e60cCopy full SHA for 043e60c
python/restate/context.py
@@ -42,7 +42,7 @@ class RunOptions(typing.Generic[T]):
42
"""The serialization/deserialization mechanism. - if the default serde is used, a default serializer will be used based on the type.
43
See also 'type_hint'."""
44
max_attempts: Optional[int] = None
45
- """The maximum number of retry attempts to complete the action.
+ """The maximum number of retry attempts, including the initial attempt, to complete the action.
46
If None, the action will be retried indefinitely, until it succeeds.
47
Otherwise, the action will be retried until the maximum number of attempts is reached and then it will raise a TerminalError."""
48
max_retry_duration: Optional[timedelta] = None
0 commit comments