Skip to content

Fill missing authorized projects rows

yorickpeterse-staging requested to merge fill-authorized-projects into master

This MR adds a migration that schedules AuthorizedProjectsWorker jobs for all users where authorized_projects_populated is not set to true. This should solve the problem described in https://gitlab.com/gitlab-org/gitlab-ce/issues/26194.

Regarding the impact, this was tested on GitLab.com and the conclusion was that it should be able to handle this just fine. See https://gitlab.com/gitlab-org/gitlab-ce/issues/26194#note_20997056 for more information.

Merge request reports