When fanning out SDK tests in CI, concurrent executions can hit the API's concurrency limit (HTTP 429). Instead of immediately failing, the test runner now retries up to 42 times with exponential backoff (2s, 4s, 8s... capped at 30s) until the execution completes. |
||
|---|---|---|
| .. | ||
| science | ||
| aggregate-performance-reports.py | ||
| build-clients.sh | ||
| detect-changes.sh | ||
| filter-results.sh | ||
| generate-aggregated-charts.py | ||
| generate-matrix.sh | ||
| generate-perf-charts.py | ||
| generate-perf-report.sh | ||
| set-version.sh | ||
| test-sdk.sh | ||
| validate-examples.sh | ||