Exponential Backoff in Golang: take two
Apr. 22nd, 2024 10:34 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Most important change: float multiplier. Special thanks to
juan_gandhi for this discussion!
https://github.com/aklepatc/backoff/blob/main/backoff.go
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
https://github.com/aklepatc/backoff/blob/main/backoff.go
no subject
Date: 2024-04-22 05:51 pm (UTC)In this case, I got a feeling that this code structure is very unusual. I'll take a look again tomorrow.