Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add better error handling around boto connections. #15

Open
andrewgross opened this issue Aug 3, 2015 · 1 comment
Open

Add better error handling around boto connections. #15

andrewgross opened this issue Aug 3, 2015 · 1 comment

Comments

@andrewgross
Copy link
Collaborator

No description provided.

@bdon
Copy link

bdon commented Feb 2, 2021

Hi, thanks for this library! It's been working well running on AWS for years; I recently migrated some compute-heavy jobs to a different provider however, and am observing some cases where an intermittent failure to connect to AWS causes an outage where the worker will no longer process jobs, with a stack trace like this:

 Process ReadWorker-1:
 Traceback (most recent call last):
   File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
     self.run()
   File "/home/worker/venv/lib/python3.8/site-packages/pyqs/worker.py", line 88, in run
     self.read_message()
   File "/home/worker/venv/lib/python3.8/site-packages/pyqs/worker.py", line 93, in read_message
...
botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL ...

Is this related to this open issue? My pyqs version is 0.1.1.

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

No branches or pull requests

2 participants