Actions
Bug #8928
closed[SDKs] EventClient crashes after API server returns 504
Status:
Closed
Priority:
Normal
Assigned To:
Jiayong Li
Category:
-
Target version:
-
Story points:
-
Description
Traceback (most recent call last): File "/home/jiayong/miniconda2/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/home/jiayong/miniconda2/lib/python2.7/site-packages/arvados_python_client-0.1.20160331153549-py2.7.egg/arvados/events.py", line 92, in run items = self.api.logs().list(limit=1, order="id desc", filters=f).execute()['items'] File "/home/jiayong/miniconda2/lib/python2.7/site-packages/oauth2client/util.py", line 140, in positional_wrapper return wrapped(*args, **kwargs) File "/home/jiayong/miniconda2/lib/python2.7/site-packages/googleapiclient/http.py", line 729, in execute raise HttpError(resp, content, uri=self.uri) ApiError: <HttpError 504 when requesting https://su92l.arvadosapi.com/arvados/v1/logs?alt=json&limit=1&order=id+desc&filters=%5B%5B%22object_uuid%22%2C+%22is_a%22%2C+%22arvados%23job%22%5D%5D returned "Gateway Time-out">
Updated by Jiayong Li over 8 years ago
- Subject changed from Workbench API error to API error HTTP 504 error
- Description updated (diff)
Updated by Brett Smith over 8 years ago
- Subject changed from API error HTTP 504 error to [SDKs] EventClient crashes after API server returns 504
- Status changed from New to Feedback
This should also have been resolved by #8931, which catches and retries these errors.
Updated by Peter Amstutz almost 5 years ago
- Status changed from Feedback to Closed
Actions