From 970313a83e7394fdb63437075ad52246c39023bc Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 23 Mar 2026 19:34:21 +0100 Subject: [PATCH] Drop support for `ENABLE_SIDEKIQ_UNIQUE_JOBS_UI` (#38340) --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 57ca5923c6..062fe1a2f4 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,5 @@ # frozen_string_literal: true -require 'sidekiq_unique_jobs/web' if ENV['ENABLE_SIDEKIQ_UNIQUE_JOBS_UI'] == true require 'sidekiq-scheduler/web' class RedirectWithVary < ActionDispatch::Routing::PathRedirect