Open daemonsy opened 8 years ago
In our explanation of using the BackoffHandler, we did not document how to use reject! to retry a job or explain what will happen when an error is raised within a job
BackoffHandler
reject!
worker example basically
@daemonsy Doesn't reject! removes a job without retry, and moves it to the dead letter exchange?
In our explanation of using the
BackoffHandler
, we did not document how to usereject!
to retry a job or explain what will happen when an error is raised within a job