feat: add basic retry mechanism

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-03 20:22:10 +01:00
parent b7973dc18d
commit ad736bc8c0
5 changed files with 191 additions and 112 deletions

View File

@@ -6,5 +6,6 @@ resolver = "2"
noretry = { path = "crates/noretry" }
anyhow = { version = "1.0.71" }
fastrand = { version = "2" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }