github.stargazers
failList stargazers
Requires owner and repo. Returns `starred_at` (UTC, ISO 8601) for each user that has starred the repository, enabling time-series analysis such as star velocity around a launch or marketing campaign. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.
All variants failed: 6 errors, 0 successful.
What to do
Personal tokens get 60 req/hr unauthenticated and 5000/hr authenticated. App tokens get 5000/hr.
Wait the retry window (60–1300s) and re-runPersonal tokens get 60 req/hr unauthenticated and 5000/hr authenticated. App tokens get 5000/hr.
Use a token with higher rate-limit budget (GH Apps get 5000/hr vs personal 60/hr)Personal tokens get 60 req/hr unauthenticated and 5000/hr authenticated. App tokens get 5000/hr.
Reduce --runs to 1 to lower total request volumeIf the failure is 404 on `anomalyco/opencode`, try `sst/opencode` or `octocat/Hello-World`. The retry script does this automatically.
python3 scripts/retry_batch.py --source github --only-category <category>Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 29757 ms | 29911 ms | 30065 ms | [0, 0] | 2 |
| realistic | 2 | 32018 ms | 32982 ms | 33946 ms | [0, 0] | 2 |
| edge | 2 | 31439 ms | 34388 ms | 37337 ms | [0, 0] | 2 |
Latency per trial
Probe variants — every command + output
2 trialssmallest valid query
SELECT * FROM github.stargazers WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 2987s [GET] https://api.github.com/repos/anomalyco/opencode/stargazers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 2957s [GET] https://api.github.com/repos/anomalyco/opencode/stargazers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
2 trialstypical user query
SELECT * FROM github.stargazers WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 2925s [GET] https://api.github.com/repos/anomalyco/opencode/stargazers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 2891s [GET] https://api.github.com/repos/anomalyco/opencode/stargazers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
2 trialsedge: larger limit
SELECT * FROM github.stargazers WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 2860s [GET] https://api.github.com/repos/anomalyco/opencode/stargazers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 2823s [GET] https://api.github.com/repos/anomalyco/opencode/stargazers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
All returned rowsacross all non-errored trials · filterable · paginated
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 30065ms | 0 | error | — |
| minimal | t2 | 29757ms | 0 | error | — |
| realistic | t1 | 32018ms | 0 | error | — |
| realistic | t2 | 33946ms | 0 | error | — |
| edge | t1 | 31439ms | 0 | error | — |
| edge | t2 | 37337ms | 0 | error | — |
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T08:58:15Zreports/github/tables/stargazers.json2026-08-31T08:58:15Z2026-08-31T08:58:15Z0