diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-07 15:15:53 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-07 15:15:53 +0000 |
commit | 468bcfb9c6d04b0244c349eda62cd7ed1496cca3 (patch) | |
tree | f8d645cbf62ccc9fcd94174390324e1ce934101b /danger | |
parent | 072dbf4b87096eb0a4f82f9e0583527ed5d8f4d0 (diff) | |
download | gitlab-ce-468bcfb9c6d04b0244c349eda62cd7ed1496cca3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger')
-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 |