Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-org
build
CNG
Commits
20161a14
Unverified
Commit
20161a14
authored
May 27, 2021
by
Sean McGivern
Browse files
Remove reference to experimental queue selector
parent
ee6dc58b
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-sidekiq/scripts/process-wrapper
View file @
20161a14
...
...
@@ -22,8 +22,7 @@ else
negate_flag
=
''
fi
# Remove experimental part in https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/646
if
[[
"
${
SIDEKIQ_QUEUE_SELECTOR
}
"
=
'true'
||
"
${
SIDEKIQ_EXPERIMENTAL_QUEUE_SELECTOR
}
"
=
'true'
]]
;
then
if
[[
"
${
SIDEKIQ_QUEUE_SELECTOR
}
"
=
'true'
]]
;
then
queue_selector_flag
=
'--queue-selector'
else
queue_selector_flag
=
''
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment