mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
add note to require api, fixes #1732
This commit is contained in:
parent
015876bbd8
commit
0d2904a7a5
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ changes a few data elements in Redis. To upgrade cleanly:
|
|||
- `Sidekiq::Worker#retries_exhausted` replaced by `Sidekiq::Worker.sidekiq_retries_exhausted`
|
||||
- `Sidekiq::Workers#each` has changed significantly with a reworking
|
||||
of Sidekiq's internal process/thread data model.
|
||||
* `sidekiq/api` is no longer automatically required. If your code uses
|
||||
the API, you will need to require it.
|
||||
* Redis-to-Go is no longer transparently activated on Heroku so as to not play
|
||||
favorites with any particular Redis service. You need to set a config option
|
||||
for your app:
|
||||
|
|
Loading…
Add table
Reference in a new issue