Skip to content

StuckImportJobsWorker query performance optimization

What does this MR do?

Prevents a statement timeout in StuckImportJobsWorker (as mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/49264 and https://gitlab.com/gitlab-com/gl-infra/production/issues/527#note_112993236) by improving the performance of the query that fetches the enqueued projects.

What are the relevant issue numbers?

https://gitlab.com/gitlab-com/gl-infra/production/issues/527 https://gitlab.com/gitlab-org/gitlab-ce/issues/49264

Does this MR meet the acceptance criteria?

Edited by Tiago Botelho

Merge request reports