You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This is from logs in retrying background jobs in sidekiq)
What's weird is according to the code it looks like the api request for contributors is being done via an authenticated request where the user is one associated with the scraper (so most likely the owner)
Hmmm... This will need to be investigated because it does seem to be causing trouble.
The text was updated successfully, but these errors were encountered:
Could it be that for some reason some users' authentication tokens aren't valid, those users are trying requests enough that our IP is being rate limited irrespective of whether other calls are being made in an authenticated way?
This is happening every so often with various repositories. For example:
Octokit::TooManyRequests: GET https://api.github.com/repos/OddBloke/ontario_cannabis_store_scraper/contributors: 403 - API rate limit exceeded for 173.255.208.251. (But here's the good news: Authentica...
(This is from logs in retrying background jobs in sidekiq)
What's weird is according to the code it looks like the api request for contributors is being done via an authenticated request where the user is one associated with the scraper (so most likely the owner)
Hmmm... This will need to be investigated because it does seem to be causing trouble.
The text was updated successfully, but these errors were encountered: