Fix typo in upgrade manual, method is `delay_for` (#4721)

This commit is contained in:
Vasily Fedoseyev 2020-10-19 20:16:08 +03:00 committed by GitHub
parent 3b5ae30c4e
commit a88f2aab5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ versions of Ruby and Rails and adds support for RTL languages in the Web UI.
integrated as Sidekiq middleware; the logging/retry logic had to be pulled out
too. Sidekiq 4.2 had a hack to make it work but this redesign provides
a cleaner integration. [#3235]
* The Delayed Extensions `delay`, `delay_in` and `delay_until` APIs are
* The Delayed Extensions `delay`, `delay_for` and `delay_until` APIs are
no longer available by default. The extensions allow you to marshal
job arguments as YAML, leading to cases where job payloads could be many
100s of KB or larger if not careful, leading to Redis networking