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.
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