Skip to content

Commit

Permalink
fix usage of sidekiq probe in readme (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Nov 17, 2022
1 parent d5c0427 commit f07e85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Be aware that this approach does not cover issues with sidekiq being stuck proce

```ruby
HttpHealthCheck.configure do |config|
config.probe '/readiness/delayed_job', HttpHealthCheck::Probes::Sidekiq.new
config.probe '/readiness/sidekiq', HttpHealthCheck::Probes::Sidekiq.new
end
```

Expand Down

0 comments on commit f07e85d

Please sign in to comment.