README.md in sidekiq-expected_failures-0.2.5 vs README.md in sidekiq-expected_failures-0.3.0
- old
+ new
@@ -70,9 +70,11 @@
### Usage with sidekiq-failures
Just be sure to load this one after `sidekiq-failures`, otherwise failed jobs will end up logged twice - and you probably don't want that.
+If you want to load the web panel be sure to require `sidekiq/expected_failures/web` after `sidekiq/web`.
+
### Clearing failures
At the moment you have 3 public methods in `Sidekiq::ExpectedFailures` module:
- `clear_counters` - clears all counters (as I mentioned - it's stored inside single redis hash, but I doubt anyone would like to log more than 500 different exceptions, right?)