From ce8a0b90849ac5d1895e741c023432930f24d724 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 12 Mar 2020 18:09:28 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/administration/operations/extra_sidekiq_processes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/administration/operations/extra_sidekiq_processes.md') diff --git a/doc/administration/operations/extra_sidekiq_processes.md b/doc/administration/operations/extra_sidekiq_processes.md index aeb366370f0..df2e4508eb8 100644 --- a/doc/administration/operations/extra_sidekiq_processes.md +++ b/doc/administration/operations/extra_sidekiq_processes.md @@ -130,7 +130,7 @@ following attributes: - `has_external_dependencies` - whether or not the queue connects to external services. For example, all importers have this set to `true`. - `urgency` - how important it is that this queue's jobs run - quickly. Can be `high`, `default`, or `none`. For example, the + quickly. Can be `high`, `low`, or `throttled`. For example, the `authorized_projects` queue is used to refresh user permissions, and is high urgency. - `name` - the queue name. The other attributes are typically more useful as -- cgit v1.2.1