gitdataai/libs/queue
ZhenYi a09ff66191 refactor(room): remove NATS, use Redis pub/sub for message queue
- Remove async-nats from Cargo.toml dependencies
- Rename nats_publish_failed metric → redis_publish_failed
- Update queue lib doc comment: Redis Streams + Redis Pub/Sub
- Add Paused/Cancelled task statuses to agent_task model
- Add issue_id and retry_count fields to agent_task
- Switch tool executor Mutex from std::sync → tokio::sync (async context)
- Add timeout/rate-limited/retryable/tool-not-found error variants
2026-04-16 17:24:04 +08:00
..
Cargo.toml init 2026-04-15 09:08: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 init 2026-04-15 09:08:09 +08:00
types.rs init 2026-04-15 09:08:09 +08:00
worker.rs init 2026-04-15 09:08:09 +08:00