add some retry logic

This commit is contained in:
Robin Appelman 2025-04-19 15:46:46 +02:00
commit 01ee397e59
8 changed files with 64 additions and 48 deletions

13
Cargo.lock generated
View file

@ -1860,9 +1860,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
version = "0.1.33"
@ -1892,6 +1904,7 @@ dependencies = [
"thiserror 2.0.12",
"time",
"tokio",
"tracing",
"ugc-scraper-types",
]