Skip to content
Snippets Groups Projects

feat(sidekiq): move ProcessScanResultPolicyWorker to quarantine

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -960,8 +960,7 @@ global:
deliveryMethod: webhook
sidekiq:
routingRules:
- ["worker_name=AuthorizedProjectUpdate::UserRefreshFromReplicaWorker,AuthorizedProjectUpdate::UserRefreshWithLowUrgencyWorker", "quarantine"] # move this to the quarantine shard
- ["worker_name=Security::ProcessScanResultPolicyWorker", "database_throttled"] # move this to the database_throttled shard per https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17168
- ["worker_name=AuthorizedProjectUpdate::UserRefreshFromReplicaWorker,AuthorizedProjectUpdate::UserRefreshWithLowUrgencyWorker,Security::ProcessScanResultPolicyWorker", "quarantine"] # move this to the quarantine shard
- ["worker_name=AuthorizedProjectsWorker", "urgent_authorized_projects"] # urgent-authorized-projects
- ["resource_boundary=cpu&urgency=high", "urgent_cpu_bound"] # urgent-cpu-bound
- ["resource_boundary=memory", "memory_bound"] # memory-bound
Loading