From 1a97e6b1eb60574f8abd3258439c4c88610e5d8f Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 23 Feb 2024 15:04:02 +0100 Subject: [PATCH] Add documentation for `ENABLE_SIDEKIQ_UNIQUE_JOBS_UI` --- content/en/admin/config.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/admin/config.md b/content/en/admin/config.md index 39d29af7..92d8d7b6 100644 --- a/content/en/admin/config.md +++ b/content/en/admin/config.md @@ -852,6 +852,14 @@ This variable only has any effect when running `rake db:migrate` and it is extre #### `DEEPL_PLAN` +#### `ENABLE_SIDEKIQ_UNIQUE_JOBS_UI` + +Enable `sidekiq-unique-jobs`'s web interface. This can be used to review and clear the locks managed by this gem, but is rarely useful in practice and has had critical security vulnerabilities in the past. +If you only need to clear all locks, you can now use the newly-added `bundle exec rake sidekiq_unique_jobs:delete_all_locks`. + +**Version history:**\ +4.2.6 - added + #### `LIBRE_TRANSLATE_ENDPOINT` #### `LIBRE_TRANSLATE_API_KEY`