github source

github.new

fail

Get default attributes for a codespace

Requires owner and repo. Most useful optional filters: ref, client_ip. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.

owner, repo captured 2026-08-31 06:48:24Zmedian 31099 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
minimal229384 ms29979 ms30575 ms[0, 0]2
realistic230781 ms31099 ms31417 ms[0, 0]2
edge228338 ms29253 ms30168 ms[0, 0]2

Latency per trial

minimalmedian 29979ms
t129384mst230575ms
scale: 0–30575 ms
realisticmedian 31099ms
t131417mst230781ms
scale: 0–31417 ms
edgemedian 29253ms
t130168mst228338ms
scale: 0–30168 ms

Probe variants — every command + output

minimal2 trials
min 29384ms · median 29979ms · max 30575ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.new WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1
Trials + output
trial 1·29384ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 3600s [GET] https://api.github.com/repos/anomalyco/opencode/codespaces/new
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·30575ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 3570s [GET] https://api.github.com/repos/anomalyco/opencode/codespaces/new
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
realistic2 trials
min 30781ms · median 31099ms · max 31417ms · rows 0,0

typical user query

Command
SELECT * FROM github.new WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25
Trials + output
trial 1·31417ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 3538s [GET] https://api.github.com/repos/anomalyco/opencode/codespaces/new
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·30781ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 3507s [GET] https://api.github.com/repos/anomalyco/opencode/codespaces/new
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
edge2 trials
min 28338ms · median 29253ms · max 30168ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.new WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200
Trials + output
trial 1·30168ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 3477s [GET] https://api.github.com/repos/anomalyco/opencode/codespaces/new
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·28338ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 3449s [GET] https://api.github.com/repos/anomalyco/opencode/codespaces/new
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
minimalt129384ms0error
minimalt230575ms0error
realistict131417ms0error
realistict230781ms0error
edget130168ms0error
edget228338ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T06:48:24Z
JSON record: reports/github/tables/new.json
first_run_at: 2026-08-31T06:48:24Z
last_retried_at: 2026-08-31T06:48:24Z
retry_count: 0
View version history →