Add support for SIDEKIQ_VERBOSE
What does this Merge Request do and why?
This MR adds initial support to run the rails-background-jobs
(sidekiq) service with increased verbosity. It's important to note, that a follow-up gitlab-org/gitlab MR will need to be created to inspect the newly created SIDEKIQ_VERBOSE
env variable and react accordingly. This MR simply sets SIDEKIQ_VERBOSE
depending on the config.rails_background_jobs.verbose
setting, which is enabled by default.
Merge Request checklist
-
This change is backward compatible. If not, please include steps to communicate to our users. -
Tests added for new functionality. If not, please raise Issue to follow-up. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed. -
Add the ~highlight
label if this MR should be included in theCHANGELOG.md
.
Closes #1373 (closed)