Skip to content

Implemented new retry system #385

Implemented new retry system

Implemented new retry system #385

Triggered via pull request August 5, 2024 14:15
Status Failure
Total duration 4m 11s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-tidy: client.go#L139
cognitive complexity 36 of func `(*httpClient).doRequest` is high (> 30) (gocognit)
lint-tidy: client.go#L162
`if err == nil` has complex nested blocks (complexity: 11) (nestif)
lint-tidy: retries_http.go#L18
const `httpDefaultRetryCount` is unused (unused)
lint-tidy: client.go#L194
func `(*httpClient).shouldRetry` is unused (unused)
lint-tidy: retries_http.go#L22
type `httpRetryConditional` is unused (unused)
lint-tidy: retries_http.go#L25
type `httpRetryAfter` is unused (unused)
lint-tidy: retries_http.go#L15
const `httpRetryAfterHeaderName` is unused (unused)
lint-tidy: retries_http.go#L16
const `httpMaintenanceModeHeaderName` is unused (unused)
lint-tidy: retries_http.go#L29
func `httpConfigureRetries` is unused (unused)
lint-tidy: retries_http.go#L34
func `httpcheckRetryConditionals` is unused (unused)