summaryrefslogtreecommitdiff
path: root/doc/administration/sidekiq/extra_sidekiq_processes.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/sidekiq/extra_sidekiq_processes.md')
-rw-r--r--doc/administration/sidekiq/extra_sidekiq_processes.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/administration/sidekiq/extra_sidekiq_processes.md b/doc/administration/sidekiq/extra_sidekiq_processes.md
index b774b0d3e14..feaaa55aa59 100644
--- a/doc/administration/sidekiq/extra_sidekiq_processes.md
+++ b/doc/administration/sidekiq/extra_sidekiq_processes.md
@@ -1,7 +1,7 @@
---
stage: Systems
group: Distribution
-info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
# Run multiple Sidekiq processes **(FREE SELF)**
@@ -75,6 +75,9 @@ To start multiple processes:
]
```
+ `*` which matches all workers.
+ As a result, the wildcard query must stay at the end of the list or the rules after it are ignored.
+
`*` cannot be combined with concrete queue names - `*, mailers`
just handles the `mailers` queue.