Skip to content

Use CreateOrchestrationPolicyWorker to schedule SyncScanPoliciesWorker

What does this MR do and why?

Scan Security Policies are more and more popular and our initial idea (prepared for MVC) to perform updates for all policy projects in single worker is no longer scaling well. We want to use CreateOrchestrationPolicyWorker to identify outdated configurations and schedule Security::SyncScanPoliciesWorker jobs asynchronously.

MR acceptance checklist

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

Merge request reports