Skip to content

fix(gitlab): Remove prefetch of users read in script to address timeouts

Martin Lowe requested to merge malowe/main/292 into main
  • fix(gitlab): Remove prefetch of users read in script to address timeouts

While less efficient during the run, the precache of users due to spam accounts has grown too large and crashes the script. In place, we will have a user cache that fetches users as needed from the API and inserting them into the cache.

Merge request reports

Loading