github source

github.repo_subscription

fail

Get a repository subscription

Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.

owner, repo captured 2026-08-31 08:37:52Zmedian 35959 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
minimal237777 ms39352 ms40928 ms[0, 0]2
realistic234571 ms35959 ms37348 ms[0, 0]2
edge228818 ms29825 ms30832 ms[0, 0]2

Latency per trial

minimalmedian 39352ms
t140928mst237777ms
scale: 0–40928 ms
realisticmedian 35959ms
t137348mst234571ms
scale: 0–37348 ms
edgemedian 29825ms
t130832mst228818ms
scale: 0–30832 ms

Probe variants — every command + output

minimal2 trials
min 37777ms · median 39352ms · max 40928ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.repo_subscription WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1
Trials + output
trial 1·40928ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 598s [GET] https://api.github.com/repos/anomalyco/opencode/subscription
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·37777ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 561s [GET] https://api.github.com/repos/anomalyco/opencode/subscription
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
realistic2 trials
min 34571ms · median 35959ms · max 37348ms · rows 0,0

typical user query

Command
SELECT * FROM github.repo_subscription WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25
Trials + output
trial 1·37348ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 523s [GET] https://api.github.com/repos/anomalyco/opencode/subscription
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·34571ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 489s [GET] https://api.github.com/repos/anomalyco/opencode/subscription
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
edge2 trials
min 28818ms · median 29825ms · max 30832ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.repo_subscription WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200
Trials + output
trial 1·30832ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 458s [GET] https://api.github.com/repos/anomalyco/opencode/subscription
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·28818ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 429s [GET] https://api.github.com/repos/anomalyco/opencode/subscription
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
minimalt140928ms0error
minimalt237777ms0error
realistict137348ms0error
realistict234571ms0error
edget130832ms0error
edget228818ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T08:37:52Z
JSON record: reports/github/tables/repo_subscription.json
first_run_at: 2026-08-31T08:37:52Z
last_retried_at: 2026-08-31T08:37:52Z
retry_count: 0
View version history →