Skip to content

Add support for SIDEKIQ_VERBOSE

Ash McKenzie requested to merge 1373-run-sidekiq-with-verbose into main

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 the CHANGELOG.md.

Closes #1373 (closed)

Merge request reports

Loading