Skip to content

Add a hook for handling background rate limit errors (#695) #2331

Add a hook for handling background rate limit errors (#695)

Add a hook for handling background rate limit errors (#695) #2331

Triggered via push December 23, 2025 15:56
Status Failure
Total duration 1m 24s
Artifacts

ci.yml

on: push
Matrix: test
Lint Commit Messages
14s
Lint Commit Messages
lint
16s
lint
Build Package
0s
Build Package
Test Semantic Release
0s
Test Semantic Release
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Lint Commit Messages
You have commit messages with errors ⧗ input: Add a hook for handling background rate limit errors (#695) * fix: Add a hook for handling background rate limit errors When a rate limit error is received the background loop will jump to the maximum backoff (now 6 hours) and will also invoke a callback so that the caller can decide to re-authenticate or stop harder. The new backoff follows this trajectory, where the change in behavior is introduced after 15 attempts: - attempt 1: wait 10 seconds - attempt 5: waits 50 seconds - attempt 7: waits 2 minutes - attempt 10: waits 6 minutes - attempt 15: waits 32 minutes - attempt 17: waits 2 hours - attempt 20: waits 6 hours * chore: fix lint errors ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
test (3.14)
Process completed with exit code 1.