Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Add graceful handling of region connection issues. #32

Open
sopel opened this issue Dec 12, 2012 · 1 comment
Open

Add graceful handling of region connection issues. #32

sopel opened this issue Dec 12, 2012 · 1 comment
Assignees
Milestone

Comments

@sopel
Copy link
Owner

sopel commented Dec 12, 2012

A currently ongoing AWS outage in sa-east-1, which seems to affect various services (esp. those responsible for monitoring and dealing with things) yields cross region scripts to stall when connecting to sa-east-1, and eventually fail with:

socket.error: [Errno 104] Connection reset by peer.

This obviously asks for a parallel execution per region, which of course would be a good thing anyway to speed up cross region operations like backups or CloudFormation stack operations.

NOTE: The problem might be amplified due to an apparent upstream issue with socket connection timeout handling, see boto/boto#564 for details - unfortunately, applying the boto config file solution suggested in comment 3921067 hasn't made any difference right away (not thoroughly investigated though).

@ghost ghost assigned sopel Dec 12, 2012
@mrdavidlaing
Copy link
Collaborator

👍 for this solution

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants