alphasights / sneakers_handlers

Retries with exponential backoff for sneakers
MIT License
33 stars 11 forks source link

Add point on using reject! to retry job #15

Open daemonsy opened 8 years ago

daemonsy commented 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

daemonsy commented 8 years ago

worker example basically

vidmantas commented 5 years ago

@daemonsy Doesn't reject! removes a job without retry, and moves it to the dead letter exchange?