add subcmd to repair some persistent state

This version does state resolution from scratch instead of trusting the
caches in the database.
This commit is contained in:
Charles Hall 2024-10-10 12:02:54 -07:00
parent d42a5ec1f0
commit 0b4cc6a1b1
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
5 changed files with 652 additions and 0 deletions

View file

@ -112,11 +112,13 @@ opentelemetry-otlp = "0.17.0"
opentelemetry-prometheus = "0.17.0"
opentelemetry_sdk = { version = "0.24.0", features = ["rt-tokio"] }
parking_lot = { version = "0.12.3", optional = true }
petgraph = "0.6.5"
phf = { version = "0.11.2", features = ["macros"] }
pin-project-lite = "0.2.14"
prometheus = "0.13.4"
proxy-header = { version = "0.1.2", features = ["tokio"] }
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.10.6"
reqwest = { version = "0.12.7", default-features = false, features = ["http2", "rustls-tls-native-roots", "socks"] }
ring = "0.17.8"