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

1
Cargo.lock generated
View File

@ -2997,6 +2997,7 @@ name = "index-scheduler"
version = "1.15.2"
dependencies = [
"anyhow",
"backoff",
"big_s",
"bincode",
"bumpalo",