Skip to content

Fix SetClonedRepos

Warren Gifford requested to merge cloud/fix-set-cloned-repos into main

Created by: asdine

The temporary table seems to make the query hang forever whenever we reach about 100k repos in it. This PR uses the previous query as it seems to not have this issue. This will fix the problem while we figure out what was wrong with the current query. Fixes #14938 (closed)

Merge request reports

Loading