Skip to content

Commit 40cbd62

Browse files
Document non-retryable 4xx polling retry behavior
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 2e13349 commit 40cbd62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Polling callback contracts are also validated:
141141

142142
- Sync polling helpers require non-awaitable callback return values.
143143
- Async polling helpers require awaitable status/page/retry callbacks.
144+
- Polling retries skip non-retryable API client errors (HTTP `4xx`, except `429` rate-limit responses).
144145

145146
Example:
146147

0 commit comments

Comments
 (0)