Skip to content

Add safe navigators to sidekiq monitoring settings

Roy Zwambag requested to merge rz-safe-navigate-sidekiq-monitoring-settings into master

What does this MR do and why?

Fixes #349143 (closed)

Not all development environments set the default values for the new Sidekiq settings. For example, in GDK you can disable automatically updating your gitlab.yml with new settings, and that would mean they have to be manually added.

We add safe navigators so Sidekiq doesn't crash when the settings are not set

How to set up and validate locally

  1. Run Sidekiq (gdk start rails-background-jobs)

  2. Profit

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Matthias Käppler

Merge request reports