runtime error handling

This commit is contained in:
Simon
2026-03-29 16:24:49 +00:00
parent 99fe4c947c
commit 243d19cec0
4 changed files with 653 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ async fn main() -> std::io::Result<()> {
.max_size(100_000)
.to_owned();
crate::flow_debug!("video cache initialized max_size=100000");
let _ = providers::configure_runtime_validation(pool.clone(), cache.clone(), requester.clone());
thread::spawn(move || {
crate::flow_debug!("provider init thread spawned");