1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add note, fixes #2977

This commit is contained in:
Mike Perham 2016-05-18 08:55:35 -07:00
parent 486b757248
commit fb9e8577e6

View file

@ -25,6 +25,9 @@ gem 'redis-namespace'
`concurrency + 2` connections in your pool or Sidekiq will exit.
When in doubt, let Sidekiq size the connection pool for you.
* Worker data is no longer updated in real-time but rather upon every
heartbeat. Don't expect the `Sidekiq::Workers` API to be millisecond-precise.
* There's a new testing API based off the `Sidekiq::Queues` namespace. All
assertions made against the Worker class still work as expected.
```ruby