gitdataai/libs/queue
ZhenYi 9a03cded8d refactor(queue): migrate from slog to tracing
- Remove all slog::Logger imports and log fields from RedisPubSub,
  MessageProducer structs
- Remove log parameter from MessageProducer::new()
- Replace slog::info!/warn!/error! with tracing equivalents
- worker.rs: remove log: slog::Logger from start(), room_worker_task(),
  start_email_worker(), run_once(), email_run_once()
2026-04-21 22:29:09 +08:00
..
Cargo.toml refactor(queue): migrate from slog to tracing 2026-04-21 22:29:09 +08:00
lib.rs refactor(room): remove NATS, use Redis pub/sub for message queue 2026-04-16 17:24:04 +08:00
producer.rs refactor(queue): migrate from slog to tracing 2026-04-21 22:29:09 +08:00
types.rs chore(queue): update queue types 2026-04-20 15:45:13 +08:00
worker.rs refactor(queue): migrate from slog to tracing 2026-04-21 22:29:09 +08:00