Skip to content

codeintel: Add a queue for dependency indexing

Warren Gifford requested to merge ef/dependency-indexing-queue into main

Created by: efritz

Replace the QueueIndexesForPackage call from the worker. Instead, the worker will create a new queued job record in a new queue processed by a worker in the frontend (we may move this in the near future). These new records are attached directly to an lsif_upload record so do not need to be cleaned periodically like other records may (deletion of one is followed by the other).

Fixes https://github.com/sourcegraph/sourcegraph/issues/20838.

Future tasks:

Merge request reports

Loading