hetznercloud / hcloud-go

A Go library for the Hetzner Cloud API
https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud
MIT License
371 stars 45 forks source link

chore: do not retry on bare HTTP 429 or HTTP 503 #486

Closed jooola closed 1 month ago

jooola commented 1 month ago

Related to #470

This is only a chore to prevent confusion with the now updated release-please commits in #470

We prefer not to retry requests:

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.54%. Comparing base (f7ac563) to head (fbafb2e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #486 +/- ## ========================================== - Coverage 71.56% 71.54% -0.02% ========================================== Files 45 45 Lines 3903 3901 -2 ========================================== - Hits 2793 2791 -2 Misses 696 696 Partials 414 414 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.