From 504a7d0530ee3ba7771a5e51c70d51d2334f0292 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 29 Jul 2016 14:20:29 -0700 Subject: Mention defaults --- activejob/lib/active_job/exceptions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activejob') 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 - # * :wait - Re-enqueues the job with the specified delay in seconds - # * :attempts - Re-enqueues the job the specified number of times + # * :wait - Re-enqueues the job with the specified delay in seconds (default: 3 seconds) + # * :attempts - Re-enqueues the job the specified number of times (default: 5 attempts) # # ==== Examples # -- cgit v1.2.3