Skip to content

chore: remove obsolete commit-worker alerting rule

Bob Van Landuyt requested to merge bvl/remove-commit-workers-alert into master

chore: remove obsolete commit-worker alerting rule

This was an alerting rule that triggered when the size of a critical Sidekiq queue processing new pushes was not handling it's workload.

This queue does not exist anymore, instead we have a queue per Sidekiq shard. This worker now runs on the urgent_other queue. So we haven't seen this queue in a while, though the data structure is still present.

Related to gitlab-com/gl-infra/scalability#2584 (comment 1760601382)

Merge request reports