#40 Should gracefully handle S3 errors when processing CoreOS signing requests
Opened by jlebon. Modified

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.


Metadata
Related Pull Requests