diff options
Diffstat (limited to 'activejob')
-rw-r--r-- | activejob/lib/active_job/exceptions.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activejob/lib/active_job/exceptions.rb b/activejob/lib/active_job/exceptions.rb index bc74e3b2e0..a389715835 100644 --- a/activejob/lib/active_job/exceptions.rb +++ b/activejob/lib/active_job/exceptions.rb @@ -10,8 +10,8 @@ module ActiveJob # holding queue for inspection. # # ==== Options - # * <tt>:wait</tt> - Re-enqueues the job with the specified delay in seconds - # * <tt>:attempts</tt> - Re-enqueues the job the specified number of times + # * <tt>:wait</tt> - Re-enqueues the job with the specified delay in seconds (default: 3 seconds) + # * <tt>:attempts</tt> - Re-enqueues the job the specified number of times (default: 5 attempts) # # ==== Examples # |