Issues with storing and submitting of scans #2688
Labels
area/openscanhub
complexity/single-task
Regular task, should be done within days.
gain/low
This doesn't bring that much value to users.
impact/low
This issue impacts only a few users.
kind/bug
Something isn't working.
From time to time, some of the scans end up with no info in the DB (e.g., https://dashboard.packit.dev/jobs/openscanhub/4480) while the scan is being submitted correctly: https://openscanhub.fedoraproject.org/task/30559/, resulting also in no reporting to the user.
We have previously introduced a mechanism when processing the scans that prevents multiple scans from being stored in our DB for the same Copr build, which is probably related to this issue. Relevant code:
packit-service/packit_service/worker/helpers/open_scan_hub.py
Lines 96 to 138 in 2c46677
The text was updated successfully, but these errors were encountered: