Skip to content

Use semaphore for storing security reports

What does this MR do and why?

If many StoreSecurityReportsWorker jobs are running at the same time, this can cause database queries to timeout while they are waiting for locks to be released. This MR performs locking at the application level on a per-project basis, so that we don't experience these locks during database transactions.

Relates to: gitlab-com/gl-infra/production#17754 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Brian Williams

Merge request reports