elfo
elfo copied to clipboard
Restart interval and limit should be configurable
Now it's hardcoded:
const BACKOFF_STEP: Duration = Duration::from_secs(5);
const MAX_BACKOFF: Duration = Duration::from_secs(30);