Skip to content

Commit 7f903ca

Browse files
Document non-retryable broken executor behavior
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent bae1019 commit 7f903ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Polling callback contracts are also validated:
144144
- Polling retries skip non-retryable API client errors (HTTP `4xx`, except retryable `408` request-timeout and `429` rate-limit responses).
145145
- SDK timeout/polling exceptions (`HyperbrowserTimeoutError`, `HyperbrowserPollingError`) are treated as non-retryable and are surfaced immediately.
146146
- Cancellation exceptions are treated as non-retryable and are surfaced immediately.
147+
- Broken executor errors are treated as non-retryable and are surfaced immediately.
147148
- Callback contract violations and callback execution failures fail fast with explicit callback-specific errors.
148149
- Reused coroutine callback errors (e.g. `cannot reuse already awaited coroutine`) are treated as non-retryable and surfaced immediately.
149150
- Async generator reuse runtime errors (e.g. `asynchronous generator is already running`) are treated as non-retryable and surfaced immediately.

0 commit comments

Comments
 (0)