Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hello, Removed the unmaintained `backoff` crate in the `rustic_backend` crate. Replaced it with the relatively similar `backon` crate. If `backon` as simpler API, it also lacks a few features that `backoff` had. For instance: `no_max_delay` or `backoff::retry_notify`. To make up for it: - I opened Xuanwo/backon#160 on the `backon` github. - I implemented an internal module `backon_extension` inside `backend::rest`. Let me know what you think of the code! Fixes #351 --------- Co-authored-by: Alexander Weiss <[email protected]> Co-authored-by: simonsan <[email protected]>
- Loading branch information