Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix(dap): dap service should run independent of scan segment callbacks

wakonig_k requested to merge fix/dap_scan_segment into main

Description

DAP services should not run on the dispatcher / callback thread. This MR fixes it by pushing the DAP requests to a threadpool.

Definition of Done

  • Documentation is up-to-date.

Merge request reports

Loading