(ws) cobra to sentry. Handle Error 429 Too Many Requests and politely wait before sending more data to sentry

This commit is contained in:
Benjamin Sergeant
2019-12-05 15:59:29 -08:00
parent 8b1c4ff081
commit 0b2d816320
5 changed files with 59 additions and 11 deletions

View File

@ -229,7 +229,6 @@ namespace ix
args->url = computeUrl(project, key);
args->body = _httpClient->serializeHttpFormDataParameters(multipartBoundary, httpFormDataParameters, httpParameters);
_httpClient->performRequest(args, onResponseCallback);
}
} // namespace ix