Skip to content

feat: add load balancer for multiple backend instances #2

feat: add load balancer for multiple backend instances

feat: add load balancer for multiple backend instances #2

Triggered via push February 1, 2026 08:37
Status Failure
Total duration 1m 2s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/circuitbreaker/circuitbreaker.go#L66
field `successes` is unused (unused)
lint: internal/handler/handler.go#L275
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint: internal/ratelimit/ratelimit.go#L105
Error return value of `pipe.Exec` is not checked (errcheck)
lint: internal/ratelimit/ratelimit.go#L84
Error return value of `fmt.Sscanf` is not checked (errcheck)
lint: internal/ratelimit/ratelimit.go#L77
Error return value of `fmt.Sscanf` is not checked (errcheck)
lint: internal/ratelimit/ratelimit.go#L71
Error return value of `pipe.Exec` is not checked (errcheck)
lint: internal/metrics/metrics.go#L443
Error return value of `w.Write` is not checked (errcheck)
lint: internal/metrics/metrics.go#L439
Error return value of `w.Write` is not checked (errcheck)
lint: internal/metrics/metrics.go#L315
Error return value of `w.Write` is not checked (errcheck)
lint: internal/circuitbreaker/circuitbreaker_test.go#L250
Error return value of `cb.Execute` is not checked (errcheck)