Implement a retry strategy

This commit is contained in:
Clément Renault
2025-06-16 11:35:47 +02:00
committed by Kerollmops
parent e8795d2608
commit acb7c0a449
5 changed files with 91 additions and 24 deletions

View File

@ -44,6 +44,7 @@ time = { version = "0.3.41", features = [
tracing = "0.1.41"
ureq = "2.12.1"
uuid = { version = "1.17.0", features = ["serde", "v4"] }
backoff = "0.4.0"
[dev-dependencies]
big_s = "1.0.2"