diff options
Diffstat (limited to 'danger/sidekiq_queues/Dangerfile')
-rw-r--r-- | danger/sidekiq_queues/Dangerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/sidekiq_queues/Dangerfile b/danger/sidekiq_queues/Dangerfile index b40be7a486e..de98af3cab2 100644 --- a/danger/sidekiq_queues/Dangerfile +++ b/danger/sidekiq_queues/Dangerfile @@ -3,7 +3,7 @@ SCALABILITY_REVIEW_MESSAGE = <<~MSG ## Sidekiq queue changes -This merge request contains changes to Sidekiq queues. Please follow the [documentation on changing a queue's urgency](https://docs.gitlab.com/ee/development/sidekiq_style_guide.html#changing-a-queues-urgency). +This merge request contains changes to Sidekiq queues. Please follow the [documentation on changing a queue's urgency](https://docs.gitlab.com/ee/development/sidekiq/worker_attributes.html#job-urgency). MSG ADDED_QUEUES_MESSAGE = <<~MSG |