Pass tokio handle to index-scheduler

This commit is contained in:
Louis Dureuil
2025-10-09 13:58:44 +02:00
parent 2a330dce83
commit 572bae9da1
8 changed files with 38 additions and 15 deletions

View File

@@ -46,6 +46,7 @@ ureq = "2.12.1"
uuid = { version = "1.17.0", features = ["serde", "v4"] }
backoff = "0.4.0"
itertools = "0.14.0"
tokio = { version = "1.47.1", features = ["full"] }
[dev-dependencies]
big_s = "1.0.2"