Mention defaults

This commit is contained in:
David Heinemeier Hansson 2016-07-29 14:20:29 -07:00
parent 4139b14492
commit 504a7d0530

@ -10,8 +10,8 @@ module ClassMethods
# 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
#