class Ayl::Beanstalk::RequiresJobDecay
Raise this exception to have ayl release the current job and place it in the delay slot for the tube.
Attributes
delay[R]
Public Class Methods
new(delay=nil)
click to toggle source
# File lib/ayl-beanstalk/exceptions.rb, line 13 def initialize(delay=nil) @delay = delay end