Add a hook for handling background rate limit errors #2294
Annotations
2 errors
|
You have commit messages with errors
⧗ input: 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
✖ 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
|
|
|
The logs for this run have expired and are no longer available.
Loading