Skip to content

Commit

Permalink
Update README.adoc (#191)
Browse files Browse the repository at this point in the history
Add a note explaining how to load the throttled dashboard.

---------

Signed-off-by: Nathan Woodhull <[email protected]>
Signed-off-by: Alexey Zapparov <[email protected]>
Co-authored-by: Alexey Zapparov <[email protected]>
  • Loading branch information
woodhull and ixti committed Jul 23, 2024
1 parent 1c0ecaf commit 39f3f78
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 39f3f78

Please sign in to comment.