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:
parent
486b757248
commit
fb9e8577e6
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ gem 'redis-namespace'
|
||||||
`concurrency + 2` connections in your pool or Sidekiq will exit.
|
`concurrency + 2` connections in your pool or Sidekiq will exit.
|
||||||
When in doubt, let Sidekiq size the connection pool for you.
|
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
|
* There's a new testing API based off the `Sidekiq::Queues` namespace. All
|
||||||
assertions made against the Worker class still work as expected.
|
assertions made against the Worker class still work as expected.
|
||||||
```ruby
|
```ruby
|
||||||
|
|
Loading…
Add table
Reference in a new issue