feat: event-driven job dispatch via NATS subscription with 60s fallback sweep

This commit is contained in:
2026-05-31 18:31:53 +02:00
parent 5a4eb1e4f8
commit d022cb9068
3 changed files with 76 additions and 16 deletions

View File

@@ -17,6 +17,7 @@ adapters-nats = { workspace = true }
event-transport = { workspace = true }
async-nats = { workspace = true }
futures = { workspace = true }
tokio = { workspace = true }
anyhow = { workspace = true }
tracing = { workspace = true }