Update Sidekiq chart queues based on routingRules
1 unresolved thread
Since we updated default routing rules in Rails gitlab-org/gitlab!97908 (merged), now we need to update the default queues listened by Sidekiq. This MR updates SIDEKIQ_QUEUES
based on the following condition:
'default,mailers'
unless global.appConfig.sidekiq.routingRules
is set.SIDEKIQ_QUEUES
based on the queues listed in routingRules
if set.SIDEKIQ_QUEUES
in the Sidekiq chart per pods values (Existing condition)See Definition of done.
For anything in this list which will not be completed, please provide a reason in the MR discussion.
10
, duration 10s
, URI scheme://user:passwd@host:port
may require quotation or other special handling when rendered in a template and written to a configuration file.