github source

github.user_followers

fail

List followers of the authenticated user

Works without WHERE filters. Results are limited to resources visible to the authenticated user.

no filters captured 2026-08-31 09:14:27Zmedian 29408 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
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal225903 ms26749 ms27595 ms[0, 0]2
realistic229405 ms29408 ms29412 ms[0, 0]2
edge227611 ms28149 ms28688 ms[0, 0]2

Latency per trial

minimalmedian 26749ms
t125903mst227595ms
scale: 0–27595 ms
realisticmedian 29408ms
t129405mst229412ms
scale: 0–29412 ms
edgemedian 28149ms
t128688mst227611ms
scale: 0–28688 ms

Probe variants — every command + output

minimal2 trials
min 25903ms · median 26749ms · max 27595ms · rows 0,0

smallest valid query (no filters)

Command
SELECT * FROM github.user_followers LIMIT 1
Trials + output
trial 1·25903ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 2019s [GET] https://api.github.com/user/followers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·27595ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 1992s [GET] https://api.github.com/user/followers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
realistic2 trials
min 29405ms · median 29408ms · max 29412ms · rows 0,0

typical user query (no filters)

Command
SELECT * FROM github.user_followers LIMIT 25
Trials + output
trial 1·29405ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 1962s [GET] https://api.github.com/user/followers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·29412ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 1933s [GET] https://api.github.com/user/followers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
edge2 trials
min 27611ms · median 28149ms · max 28688ms · rows 0,0

edge: larger limit, no filters

Command
SELECT * FROM github.user_followers LIMIT 200
Trials + output
trial 1·28688ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 1904s [GET] https://api.github.com/user/followers
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·27611ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 1877s [GET] https://api.github.com/user/followers
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
minimalt125903ms0error
minimalt227595ms0error
realistict129405ms0error
realistict229412ms0error
edget128688ms0error
edget227611ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T09:14:27Z
JSON record: reports/github/tables/user_followers.json
first_run_at: 2026-08-31T09:14:27Z
last_retried_at: 2026-08-31T09:14:27Z
retry_count: 0
View version history →