This repository has been archived by the owner on Dec 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
500 error on API calls (inconsistently -- API server flakiness) #62
Labels
Comments
Confirmed handled gracefully now. |
|
I'm seeing 500 errors that are not persistent, seems to be API server flakiness. We definitely need a (deferred) retry mechanism here. And ideally tooling to pull failures out of already captured archive logs. |
IgnoredAmbience
changed the title
500 error on raw message
500 error on raw message (inconsistently -- API server flakiness)
Oct 29, 2019
For a transient error: "ygError":{"hostname":"gapi5.grp.bf1.yahoo.com","httpStatus":500,"errorMessage":"Internal error: Error during message fetch","errorCode":1001,"sid":"SID:YHOO:groups.yahoo.com:ee5ae7585faace373012569deb353069:0"}} |
Unfortunately the same error results for the raw message that always errors: "ygError":{"hostname":"gapi1.grp.bf1.yahoo.com","httpStatus":500,"errorMessage":"Internal error: Error during message fetch","errorCode":1001,"sid":"SID:YHOO:groups.yahoo.com:4470210ff4f93c3f0d8ca3aa5cc5129a:0"}} |
Additional retries added in 50eaa48 |
This needs to be handled for any API call — suggest moving the logic to the YahooGroupsAPI module. |
IgnoredAmbience
changed the title
500 error on raw message (inconsistently -- API server flakiness)
500 error on API calls (inconsistently -- API server flakiness)
Oct 30, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Testcase: https://groups.yahoo.com/api/v1/groups/ColorComputer/messages/812/raw
Ensure handled gracefully.
The text was updated successfully, but these errors were encountered: