aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2016-07-29 14:20:29 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2016-07-29 14:20:29 -0700
commit504a7d0530ee3ba7771a5e51c70d51d2334f0292 (patch)
tree011d5b6c48e548633aa57fe4a728d56ccdc30a78 /activejob
parent4139b144927b2b3921a7382b7c42904ca4caf191 (diff)
downloadrails-504a7d0530ee3ba7771a5e51c70d51d2334f0292.tar.gz
rails-504a7d0530ee3ba7771a5e51c70d51d2334f0292.tar.bz2
rails-504a7d0530ee3ba7771a5e51c70d51d2334f0292.zip
Mention defaults
Diffstat (limited to 'activejob')
-rw-r--r--activejob/lib/active_job/exceptions.rb4
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
#