github source

github.stargazers

fail

List 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.

owner, repo captured 2026-08-31 08:58:15Zmedian 32982 ms
Verdict: FALSE

All variants failed: 6 errors, 0 successful.

What to do

GitHub returned 429
upstream.rate_limit

Personal tokens get 60 req/hr unauthenticated and 5000/hr authenticated. App tokens get 5000/hr.

Wait the retry window (60–1300s) and re-run
GitHub returned 429
upstream.rate_limit

Personal 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)
GitHub returned 429
upstream.rate_limit

Personal tokens get 60 req/hr unauthenticated and 5000/hr authenticated. App tokens get 5000/hr.

Reduce --runs to 1 to lower total request volume
Retry with alternate repos
retry-strategy

If 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>
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal229757 ms29911 ms30065 ms[0, 0]2
realistic232018 ms32982 ms33946 ms[0, 0]2
edge231439 ms34388 ms37337 ms[0, 0]2

Latency per trial

minimalmedian 29911ms
t130065mst229757ms
scale: 0–30065 ms
realisticmedian 32982ms
t132018mst233946ms
scale: 0–33946 ms
edgemedian 34388ms
t131439mst237337ms
scale: 0–37337 ms

Probe variants — every command + output

minimal2 trials
min 29757ms · median 29911ms · max 30065ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.stargazers WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1
Trials + output
trial 1·30065ms·rows 0isError=true
Error
Error: 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.
trial 2·29757ms·rows 0isError=true
Error
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.
realistic2 trials
min 32018ms · median 32982ms · max 33946ms · rows 0,0

typical user query

Command
SELECT * FROM github.stargazers WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25
Trials + output
trial 1·32018ms·rows 0isError=true
Error
Error: 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.
trial 2·33946ms·rows 0isError=true
Error
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.
edge2 trials
min 31439ms · median 34388ms · max 37337ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.stargazers WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200
Trials + output
trial 1·31439ms·rows 0isError=true
Error
Error: 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.
trial 2·37337ms·rows 0isError=true
Error
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

0 rows stored · 0 returned · page 1/1
No rows captured. Trials either returned isError=true (errors shown above) or the probe runner didn't capture full output rows.

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt130065ms0error
minimalt229757ms0error
realistict132018ms0error
realistict233946ms0error
edget131439ms0error
edget237337ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T08:58:15Z
JSON record: reports/github/tables/stargazers.json
first_run_at: 2026-08-31T08:58:15Z
last_retried_at: 2026-08-31T08:58:15Z
retry_count: 0
View version history →