From 39f3f788409e490b97ee9f3a81d3a1aba559fa70 Mon Sep 17 00:00:00 2001 From: Nathan Woodhull Date: Tue, 23 Jul 2024 12:18:46 -0400 Subject: [PATCH] Update README.adoc (#191) Add a note explaining how to load the throttled dashboard. --------- Signed-off-by: Nathan Woodhull Signed-off-by: Alexey Zapparov Co-authored-by: Alexey Zapparov --- README.adoc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 14f8219..977516a 100644 --- a/README.adoc +++ b/README.adoc @@ -31,7 +31,6 @@ Or install it yourself as: $ gem install sidekiq-throttled - == Usage Add somewhere in your app's bootstrap (e.g. `config/initializers/sidekiq.rb` if @@ -81,6 +80,17 @@ end ---- +=== Web UI + +To add a Throttled tab to your sidekiq web dashboard, require it durring your +application initialization. + +[source,ruby] +---- +require "sidekiq/throttled/web" +---- + + === Configuration [source,ruby]