Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turn up the debug level #361

Merged
merged 1 commit into from
Nov 26, 2023
Merged

turn up the debug level #361

merged 1 commit into from
Nov 26, 2023

Conversation

jepler
Copy link
Member

@jepler jepler commented Nov 24, 2023

We still don't know what exactly is causing #263 -- a recent log showed some odd attempt to sleep to avoid a rate limit, but then no further activity was shown for several hours until the job was terminated, much longer than the expected sleep:

Fri, 24 Nov 2023 09:20:27 GMT  - Report output will be saved to: /home/runner/work/circuitpython-org/circuitpython-org/bin/adabot/libraries.v2.json
Fri, 24 Nov 2023 10:06:30 GMT GitHub API Rate Limit reached. Pausing until Rate Limit reset.
Fri, 24 Nov 2023 10:20:39 GMT Rate Limit will reset at: 2023-11-24 10:20:39
Fri, 24 Nov 2023 10:20:39 GMT GitHub API Rate Limit reached. Pausing until Rate Limit reset.
Fri, 24 Nov 2023 10:20:39 GMT Rate Limit will reset at: 2023-11-24 10:20:39
Fri, 24 Nov 2023 15:20:09 GMT Error: The operation was canceled.

(timestamps available via the "show timestamps" option in the gear menu)

this will turn on a substantial amount of additional debug info, something like (based on a local run)

GET https://api.github.com/search/repositories?q=Adafruit_CircuitPython+user%3Aadafruit+archived%3Afalse+fork%3Atrue&per_page=100&sort=updated&order=asc&page=4 (2 remaining) status=200
2 requests remaining this hour
Starting new HTTPS connection (1): api.github.com:443
https://api.github.com:443 "GET /repos/adafruit/circuitpython HTTP/1.1" 403 277
GET /repos/adafruit/circuitpython (0 remaining) status=403
0 requests remaining this hour
GitHub API Rate Limit reached. Pausing until Rate Limit reset.
Rate Limit will reset at: 2023-11-24 10:27:01
Sleeping 3263 seconds

@jepler jepler requested a review from dhalbert November 25, 2023 15:52
Copy link
Contributor

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's see!

@jepler jepler merged commit 53dabc8 into main Nov 26, 2023
6 checks passed
@dhalbert
Copy link
Contributor

Now need to update the submodule commit in circuitpython-org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants