Skip to content

fix(client): retry rate-limited (429) requests for API-key auth, honoring Retry-After #270

fix(client): retry rate-limited (429) requests for API-key auth, honoring Retry-After

fix(client): retry rate-limited (429) requests for API-key auth, honoring Retry-After #270

Triggered via pull request July 31, 2026 08:42
Status Success
Total duration 40s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
yamllint
Process completed with exit code 1.
Lint
issues found
Lint: unifi/unifi.go#L730
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)