1
0
Fork 0
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:
Mike Perham 2022-05-17 12:58:50 -07:00
parent f38cf3050c
commit da9198a607

View file

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