mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Mention support for REDIS_URL
.. instead of REDIS_PROVIDER
This commit is contained in:
parent
3845fa4b0d
commit
cc4d4d5938
1 changed files with 6 additions and 1 deletions
|
@ -29,7 +29,10 @@ changes a few data elements in Redis. To upgrade cleanly:
|
|||
* 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:
|
||||
`heroku config:set REDIS_PROVIDER=REDISTOGO_URL`
|
||||
`heroku config:set REDIS_PROVIDER=REDISTOGO_URL`. You may also use
|
||||
the generic `REDIS_URL`. See
|
||||
[Advanced Options: Setting the Location of your Redis server][1]
|
||||
for details.
|
||||
* Anyone using Airbrake, Honeybadger, Exceptional or ExceptionNotifier
|
||||
will need to update their error gem version to the latest to pull in
|
||||
Sidekiq support. Sidekiq will not provide explicit support for these
|
||||
|
@ -63,3 +66,5 @@ end
|
|||
```
|
||||
|
||||
Your error handler must respond to `call(exception, context_hash)`.
|
||||
|
||||
[1]: https://github.com/mperham/sidekiq/wiki/Advanced-Options#via-env-variable
|
||||
|
|
Loading…
Reference in a new issue