Skip to content

chore: Split sec_mark_dropped_findings_as_resolved FF

Lucas Charles requested to merge split-mark-dropped-as-resolved-ff into master

What does this MR do and why?

FF rollout issue [Feature flag] Enable sec_mark_dropped_findings... (#387577 - closed)

Split [Feature flag] Enable sec_mark_dropped_findings... (#375128 - closed) into separate feature flag for job scheduler and worker to better assess performance

Previously the scheduler of the worker jobs was behind the same flag as the worker jobs themselves but we want to control these independently so we can assess the performance of the scheduler prior to enabling the feature itself.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Lucas Charles

Merge request reports