Files
platforms/backend/worker/README.md

4 lines
271 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Worker
独立 Worker 负责支付超时任务,并通过 API 的锁定认领接口投递 IoT Outbox。数据库事实仍由 API 维护Worker 不复制同步领域事务;后续可在保持 Outbox 状态契约的前提下用 Redis Streams 唤醒替代短轮询。