We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf8197 commit aee8120Copy full SHA for aee8120
README.md
@@ -146,6 +146,7 @@ Polling callback contracts are also validated:
146
- Cancellation exceptions are treated as non-retryable and are surfaced immediately.
147
- Callback contract violations and callback execution failures fail fast with explicit callback-specific errors.
148
- Reused coroutine callback errors (e.g. `cannot reuse already awaited coroutine`) are treated as non-retryable and surfaced immediately.
149
+- Iterator exhaustion callback errors (`StopIteration` / `StopAsyncIteration`) are treated as non-retryable and surfaced immediately.
150
151
Example:
152
0 commit comments