# Enviar una notificación cuando falla una tarea SuckerPunch.exception_handler = -> (ex, klass, args) do ExceptionNotifier.notify_exception(ex) end