chore: add tracing to inbox, delivery, actor cache
All checks were successful
CI / fmt (push) Successful in 31s
CI / clippy (push) Successful in 4m0s
CI / test (push) Successful in 5m55s

This commit is contained in:
2026-07-11 10:39:43 +02:00
parent 6e1e1357fb
commit bb7db58848
4 changed files with 19 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
- Actor cache TTL now treats `fetched_at: None` as always-stale instead of always-fresh. Consumers who never populated `fetched_at` were silently getting no cache invalidation.
### Other improvements
- Structured tracing on key code paths: inbound activity dispatch (activity ID, source domain), outbound delivery (inbox count, retry attempts), actor cache lookups (hit/miss, staleness).
---
## [0.4.3] — 2026-07-11