pub const MAX_JOB_PAGES_PER_RUN: usize = 3;Expand description
The most pages of jobs one run’s listing may walk.
A run’s job count is bounded by GitHub’s own matrix limit of 256, so two
pages at PER_PAGE cover every legal run with room to spare. The third is
there because a Link: rel="next" chain that does not terminate is a
runaway, and this walk is charged against a budget.