1
0
Fork 0
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:
Mike Perham 2014-05-29 21:11:57 -07:00
parent 015876bbd8
commit 0d2904a7a5

View file

@ -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: