Skip to content

Resolve timeout in admin/jobs

Laura Montemayor requested to merge lm-resolve-timeout into master

What does this MR do?

Updates admin/jobs to use next/prev pagination instead of numbered pagination. By using this, we remove this extremely heavy ( 125.012 min 😱 ) query: SELECT COUNT(*) FROM "ci_builds" WHERE "ci_builds"."type" IN ('Ci::Build')

Screenshots

Before After
Screen_Shot_2020-06-25_at_7.19.31_PM Screen_Shot_2020-06-25_at_7.18.44_PM

Does this MR meet the acceptance criteria?

Conformity

#26709 (closed)

Edited by Laura Montemayor

Merge request reports