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(scan bundler): do not run bec emitter without scan id in storage

wakonig_k requested to merge fix/skip_bec_emitter into main

Description

When scans get aborted or crash, the scan bundler raises another error, e.g.

line 98, in _update_scan_progress
    info = self.scan_bundler.sync_storage[scan_id]["info"]
KeyError: 'd08ea088-497e-4f0f-acc4-876c5a9413ae'

This MR resolves these secondary errors.

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports

Loading