Skip to content

Add concurrency_limit to AddApproversToRulesWorker

What does this MR do and why?

This MR adds concurrency_limit set to 200 for Security::ScanResultPolicies::AddApproversToRulesWorker. Currently we run this job throtthled to 20%, and it performs well.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist.

Related to #448725 (closed)

Merge request reports