Skip to content

codeintel: Perform bundle migrations concurrently

Administrator requested to merge lsif-migrate-concurrently into master

Created by: efritz

This processes multiple migrations in a background process at once. This also marks a file so that the same migration version does not need to be run multiple times (although it would be fast to do a second time, it still requires opening every database on disk).

Merge request reports

Loading