README.md in sidekiq-batching-0.0.3 vs README.md in sidekiq-batching-0.0.4

- old
+ new

@@ -4,10 +4,12 @@ Useful for: * Grouping asynchronous API index calls into bulks for bulk updating/indexing. * Periodical batch updating of recently changing database counters. +Sponsored by [Evil Martians](http://evilmartians.com) + ## Usage Create a worker: ```ruby @@ -47,9 +49,13 @@ ... ] ``` This will happen for every 30 jobs in a row or every 60 seconds. + +## Web UI + +![Web UI](web.png) Add this line to your `config/routes.rb` to activate web UI: ```ruby require "sidekiq/batching/web"