summaryrefslogtreecommitdiff
path: root/data/removals/14_0/removal-sidekiq_experimental_queue_selector.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/removal-sidekiq_experimental_queue_selector.yml')
-rw-r--r--data/removals/14_0/removal-sidekiq_experimental_queue_selector.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/removals/14_0/removal-sidekiq_experimental_queue_selector.yml b/data/removals/14_0/removal-sidekiq_experimental_queue_selector.yml
new file mode 100644
index 00000000000..442c0e97cde
--- /dev/null
+++ b/data/removals/14_0/removal-sidekiq_experimental_queue_selector.yml
@@ -0,0 +1,10 @@
+- name: Sidekiq queue selector options no longer accept the 'experimental' prefix
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: smcgivern
+ 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.
+
+