mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
more explicit about MRI and jruby
This commit is contained in:
parent
8166d5c283
commit
b39b66ba99
3 changed files with 7 additions and 6 deletions
|
@ -16,11 +16,11 @@ Please see [Upgrading.md](Upgrading.md) for more comprehensive upgrade notes.
|
||||||
occur anywhere within Sidekiq, not just within middleware.
|
occur anywhere within Sidekiq, not just within middleware.
|
||||||
- **Process Heartbeat** - each Sidekiq process will ping Redis every 5
|
- **Process Heartbeat** - each Sidekiq process will ping Redis every 5
|
||||||
seconds to give a summary of the Sidekiq population at work.
|
seconds to give a summary of the Sidekiq population at work.
|
||||||
- New Chinese, Greek and Czech translations for the Web UI.
|
- New Chinese, Greek, Swedish and Czech translations for the Web UI.
|
||||||
- Updated most languages translations for the new UI features.
|
- Updated most languages translations for the new UI features.
|
||||||
- **Remove official Capistrano integration** - this integration has been
|
- **Remove official Capistrano integration** - this integration has been
|
||||||
moved into the [capistrano-sidekiq](https://github.com/seuros/capistrano-sidekiq) gem.
|
moved into the [capistrano-sidekiq](https://github.com/seuros/capistrano-sidekiq) gem.
|
||||||
- **Remove official support for Ruby 1.9** - Things still might work but
|
- **Remove official support for MRI 1.9** - Things still might work but
|
||||||
I no longer actively test on it.
|
I no longer actively test on it.
|
||||||
- **Remove built-in support for Redis-to-Go**.
|
- **Remove built-in support for Redis-to-Go**.
|
||||||
Heroku users: `heroku config:set REDIS_PROVIDER=REDISTOGO_URL`
|
Heroku users: `heroku config:set REDIS_PROVIDER=REDISTOGO_URL`
|
||||||
|
|
|
@ -24,7 +24,7 @@ the same CPU and perform the same amount of work.
|
||||||
Requirements
|
Requirements
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
I test with the latest Ruby (2.1, 2.0) and JRuby versions (1.7). Other versions/VMs
|
I test with the latest MRI (2.1, 2.0) and JRuby versions (1.7). Other versions/VMs
|
||||||
are untested but might work fine.
|
are untested but might work fine.
|
||||||
|
|
||||||
The last two major Rails releases (3.2 and 4.0) are officially supported, other
|
The last two major Rails releases (3.2 and 4.0) are officially supported, other
|
||||||
|
|
|
@ -23,10 +23,11 @@ changes a few data elements in Redis. To upgrade cleanly:
|
||||||
will need to update their error gem version to the latest to pull in
|
will need to update their error gem version to the latest to pull in
|
||||||
Sidekiq support. Sidekiq will not provide explicit support for these
|
Sidekiq support. Sidekiq will not provide explicit support for these
|
||||||
services so as to not play favorites with any particular error service.
|
services so as to not play favorites with any particular error service.
|
||||||
* Ruby 1.9 is no longer officially supported. Sidekiq's official
|
* MRI 1.9 is no longer officially supported. Sidekiq's official
|
||||||
support policy is to support the current and previous major releases
|
support policy is to support the current and previous major releases
|
||||||
of Ruby and Rails. As of February 2014, that's Ruby 2.1, Ruby 2.0, Rails 4.0
|
of MRI and Rails. As of February 2014, that's MRI 2.1, MRI 2.0, JRuby 1.7, Rails 4.0
|
||||||
and Rails 3.2. I will consider PRs to fix issues found by users.
|
and Rails 3.2. I will consider PRs to fix issues found by users for
|
||||||
|
other platforms/versions.
|
||||||
|
|
||||||
## Error Service Providers
|
## Error Service Providers
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue