cbeneke / hcloud-fip-controller

Kubernetes controller to (re-)assign floating IPs on hetzner cloud instances
Apache License 2.0
128 stars 14 forks source link

Add retry backoff for all api calls. #53

Closed phiphi282 closed 4 years ago

phiphi282 commented 4 years ago

For first draft values are not changeable. Default retry plan:

Retry Seconds 1 1.00 2 2.20 3 3.64 4 5.37 5 7.44

Fix #50

phiphi282 commented 4 years ago

Created phiphi282/hcloud-fip-controller:backoff1 if someone wants to try out the backoff functionality :)