ansible-collection-hetzner-.../changelogs
Jonas L 19e586fa22
feat: use exponential backoff algorithm when polling actions (#524)
##### SUMMARY

Replace the constant poll interval of 1 second, with a truncated
exponential back off algorithm with jitter.

Below is a suite of poll interval (in seconds) generated by the new
algorithm:
```
1.49
2.14
5.46
6.51
6.57
5.57
5.98
7.13
6.59
7.10
5.54
5.03
6.56
5.96
6.72
7.21
7.05
5.31
5.60
6.33
6.82
5.42
6.08
6.60
TOTAL: 140.77
```
2024-07-04 15:07:05 +02:00
..
fragments feat: use exponential backoff algorithm when polling actions (#524) 2024-07-04 15:07:05 +02:00
.gitignore Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +02:00
changelog.yaml chore(main): release 4.0.1 (#517) 2024-06-11 16:57:06 +02:00
config.yaml refactor: prefer true/false over yes/no (#226) 2023-06-21 10:49:54 +02:00
dev-changelog.md chore(main): release 4.0.1 (#517) 2024-06-11 16:57:06 +02:00