chore: Set MarkDroppedAsResolvedWorker as idempotent
What does this MR do and why?
Mark the Vulnerabilities::Ingestion::MarkDroppedAsResolvedWorker
as idempotent to allow deduplication work as expected
This worker queries against detected
vulns to transition to a resolved
state, so it should be idempotent and executable without side-effects
Currently behind a feature flag partially enabled for internal projects
Relates to #375128 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.