mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add batch shard support
This commit is contained in:
parent
b64dbf34f6
commit
e60386ff6f
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@ Sidekiq Pro Changelog
|
|||
|
||||
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
-----------
|
||||
|
||||
- Explicit support for sharding batches. You list your Redis shards and
|
||||
Sidekiq Pro will randomly spread batches across the shards. The BID
|
||||
will indicate which shard contains the batch data. Jobs within a
|
||||
batch may be spread across all shards too. [#2548, jonhyman]
|
||||
|
||||
|
||||
2.0.8
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue