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 797f828 commit d91d3b3Copy full SHA for d91d3b3
temporalio/exceptions.py
@@ -117,8 +117,7 @@ def next_retry_delay(self) -> Optional[timedelta]:
117
"""Delay before the next activity retry attempt.
118
119
User activity code may set this when raising ApplicationError to specify
120
- a delay before the next activity retry. Ignored if set when raising
121
- ApplicationError from workflow code.
+ a delay before the next activity retry.
122
"""
123
return self._next_retry_delay
124
0 commit comments