elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
265 stars 16 forks source link

Restart interval and limit should be configurable #62

Closed loyd closed 4 months ago

loyd commented 2 years ago

Now it's hardcoded:

const BACKOFF_STEP: Duration = Duration::from_secs(5);
const MAX_BACKOFF: Duration = Duration::from_secs(30);
loyd commented 4 months ago

Closed by #118