Skip to content

LSIF: Add skeleton dump-manager

Administrator requested to merge lsif-skeleton-dump-process into master

Created by: efritz

Note: This assumes that RFC 127 passes review.

  • Rename lsif-worker to lsif-dump-processor
  • Create a new dump manager process that does nothing but listen for health checks

The functionality of the new process will be implemented in future PRs. I've decided to split the work in this way so that the movement of code/behavior and the changes in deployment do not overload the reviewer. Most of the behavior of the new dump manager will come from existing code in lsif-server.

The lsif-server is still on port 3186. The lsif-dump-processor is now on port 3188 (previous 3187), and the new lsif-dump-manager is on port 3187. Both the dump processor and dump manager expose only metrics and health endpoints.

Related deployment PRs:

Merge request reports

Loading