Database worker

Worker used to clean up pending subscriptions and old idempotency
records
This commit is contained in:
Alphonse Paix
2025-10-10 15:10:01 +02:00
parent 7affe88d50
commit 5d5f9ec765
5 changed files with 70 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ where
)
.with(
tracing_subscriber::fmt::layer()
.compact()
.pretty()
.with_writer(sink)
.with_span_events(FmtSpan::NEW | FmtSpan::CLOSE),
)