We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e10e3c7 + 77bdbb5 commit 159b774Copy full SHA for 159b774
activejob/lib/active_job/exceptions.rb
@@ -17,7 +17,7 @@ module ClassMethods
17
# ==== Options
18
# * <tt>:wait</tt> - Re-enqueues the job with a delay specified either in seconds (default: 3 seconds),
19
# as a computing proc that the number of executions so far as an argument, or as a symbol reference of
20
- # <tt>:exponentially_longer<>, which applies the wait algorithm of <tt>(executions ** 4) + 2</tt>
+ # <tt>:exponentially_longer</tt>, which applies the wait algorithm of <tt>(executions ** 4) + 2</tt>
21
# (first wait 3s, then 18s, then 83s, etc)
22
# * <tt>:attempts</tt> - Re-enqueues the job the specified number of times (default: 5 attempts)
23
# * <tt>:queue</tt> - Re-enqueues the job on a different queue
0 commit comments