mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fixed in Rails 6.0.5, #4216
This commit is contained in:
parent
f38cf3050c
commit
da9198a607
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Both Heroku and ECS now use 30 second shutdown timeout
|
||||||
by default and we want Sidekiq to take advantage of this time. If you
|
by default and we want Sidekiq to take advantage of this time. If you
|
||||||
have deployment scripts which depend on the old default timeout, use `-t 8` to
|
have deployment scripts which depend on the old default timeout, use `-t 8` to
|
||||||
get the old behavior. [#3968]
|
get the old behavior. [#3968]
|
||||||
* **Rails <5** is no longer supported. Rails 6+ only works in zeitwerk mode.
|
* **Rails <5** is no longer supported.
|
||||||
* **Ruby <2.5** is no longer supported.
|
* **Ruby <2.5** is no longer supported.
|
||||||
* **Redis <4** is no longer supported.
|
* **Redis <4** is no longer supported.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue