feat(sidekiq): move ProcessScanResultPolicyWorker to quarantine
Compare changes
@@ -960,8 +960,7 @@ global:
Move the worker Security::ProcessScanResultPolicyWorker
from
database_throttled
to quarantine
Security::ProcessScanResultPolicyWorker
was moved to database_throtted
for performance issues in !3242 (merged),
this was fixed in gitlab-org/gitlab!137707 (merged).
Moving this to quarantine
will allow us to run more jobs and validate that we are not hammering the database.
Reference: gitlab-com/gl-infra/production#17168 (closed)
Please read the Contributing document and once you do, complete the following: