Move findings deletion into a worker using pub-sub system for `Ci::JobArtifacts::DestroyBatchService`
Compare changes
@@ -16,6 +16,23 @@
This MR introduces event worker using pub-sub to execute security_findings
deletion for JobArtifacts::DestroyBatchService
to avoid cross database modification.
Related to #346236 (closed)