Exception: Amigo::Retry::Die

Inherits:
Error
  • Object
show all
Defined in:
lib/amigo/retry.rb

Overview

Raise this class, or a subclass of it, to send the job to the DeadSet, rather than going through Sidekiq’s retry mechanisms. This allows jobs to hard-fail when there is something like a total outage, rather than retrying.