Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: truncate poll exponential backoff function to max 10s (#674)
Related to #346 and #380 The initial exponential back off algorithm introduced in #380 was not truncated, which could lead to very long intervals. The recent release of hcloud-go truncated the default exponential back off algorithm to 60s: hetznercloud/hcloud-go@fd1f46c If we take the scenario described in #346, I think we can still reduce the max interval value for the exponential back off algorithm to <30s.
- Loading branch information