Skip to content

Retry GraceDB API calls with malformed responses

Leo P. Singer requested to merge leo-singer/gwcelery:catch-http-exception into master

Retry GraceDB API calls that fail due to receiving incomplete or malformed HTTP responses, as indicated by http.client.HTTPException exceptions. This should work around the increased incidence of RemoteDisconnected exceptions that we have seen recently, and that caused a delay in sending out the preliminary alert for S190814bv.

Merge request reports