Right now we just do a bucket.download_file(). If that throws, we don't actually send back a message to signal FAILURE. Also, not handling it means that the message goes back to the queue and RoboSignatory is stuck in loop trying to process the same message over and over.
bucket.download_file()
Log in to comment on this ticket.