ansible-collection-hetzner-.../tests
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
..
integration chore(deps): update dependency hcloud to v2 (#523) 2024-07-03 15:05:12 +02:00
sanity feat!: drop support for ansible-core 2.14 (#512) 2024-06-11 16:21:03 +02:00
unit feat: use exponential backoff algorithm when polling actions (#524) 2024-07-04 15:07:05 +02:00
utils test: fix vswitch subnets ip_range (#359) 2023-10-17 09:18:26 +02:00
.gitignore Initial commit 2020-03-09 13:36:01 +00:00
config.yml feat: drop support for python3.7 (#270) 2023-07-19 14:28:21 +02:00
constraints.txt ci: add unit tests to azure pipelines (#325) 2023-09-26 09:41:19 +02:00
requirements.yml feat: replace ansible.netcommon utils with python3 ipaddress module (#416) 2023-12-12 11:50:45 +01:00