-
Notifications
You must be signed in to change notification settings - Fork 8
Graceful retry after API errors #245
Copy link
Copy link
Open
Labels
Description
If the GitHub credentials are invalid, the API will be spammed with requests until it will succeed again. That will probably never happen.
s {"err": [{"error": "GET https://api.github.com/rate_limit: 401 Bad credentials []"}]}
1.7095442091525905e+09 warn github store github/github.go:247 failed to get rate limit status {"err": [{"error": "GET https://api.github.com/rate_limit: 401 Bad credentials []"}]}
1.7095442091993673e+09 warn github store github/github.go:247 failed to get rate limit status {"err": [{"error": "GET https://api.github.com/rate_limit: 401 Bad credentials []"}]}
1.7095442092015991e+09 warn github store github/github.go:247 failed to get rate limit status {"err": [{"error": "GET https://api.github.com/rate_limit: 401 Bad credentials []"}]}
1.7095442092082374e+09 warn github store github/github.go:247 failed to get rate limit status {"err": [{"error": "GET https://api.github.com/rate_limit: 401 Bad credentials []"}]}
1.7095442092203035e+09 warn github store github/github.go:247 failed to get rate limit status {"err": [{"error": "GET https://api.github.com/rate_limit: 401 Bad credentials []"}]}
This might just be the rate limit checker
Reactions are currently unavailable