debian-mirror-gitlab/data/removals/14_0/removal-sidekiq_experimental_queue_selector.yml

12 lines
850 B
YAML
Raw Normal View History

2022-04-04 11:22:00 +05:30
- name: Experimental prefix in Sidekiq queue selector options
2022-03-02 08:16:31 +05:30
removal_date: "2021-06-22"
removal_milestone: "14.0"
reporter: smcgivern
2022-04-04 11:22:00 +05:30
breaking_change: true
2022-03-02 08:16:31 +05:30
body: |
GitLab supports a [queue selector](https://docs.gitlab.com/ee/administration/operations/extra_sidekiq_processes.html#queue-selector) to run only a subset of background jobs for a given process. When it was introduced, this option had an 'experimental' prefix (`experimental_queue_selector` in Omnibus, `experimentalQueueSelector` in Helm charts).
As announced in the [13.6 release post](https://about.gitlab.com/releases/2020/11/22/gitlab-13-6-released/#sidekiq-cluster-queue-selector-configuration-option-has-been-renamed), the 'experimental' prefix is no longer supported. Instead, `queue_selector` for Omnibus and `queueSelector` in Helm charts should be used.