Skip to content

codeintel: De-multiply writes during SQLite -> Postgres migration

Warren Gifford requested to merge ef/magnified-metadata-writes into main

Created by: efritz

InvokeN was causing multiple metadata rows to be written for each migrated bundle. This messes with a unique index I want to put here.

This is here for hygiene - a previous commit that set the number of goroutines to 1 accomplishes the same thing, but if we raise that I don't want this error coming back.

Merge request reports

Loading