#47 aws: Convert WaiterError to a Nack and bump wait times
Merged by jcline. Opened by jcline.

Occasionally an AWS region is slow and fails an import/copy before the
timeout (30 minutes). This exception wasn't handled in the outer
exception handling block which led to the fedora_messaging consumer
catching and logging the error.

This bumps the timeout to 1 hour and adds an except block to log and
Nack a message when the timeout is hit.

Fixes #36

Signed-off-by: Jeremy Cline jeremycline@linux.microsoft.com

Pull-Request has been merged by jcline

Metadata