akka / akka-edge-rs

Akka Edge support in Rust
https://doc.akka.io/docs/akka-edge/current/
Other
9 stars 1 forks source link

Delay to max and then max from then on #24

Closed huntc closed 1 year ago

huntc commented 1 year ago

Once we reach the max retries then we continue to delay at the max delay duration. This is instead of restarting from the minimum delay duration, and it is felt to be a better strategy.