Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

async-messaging

Build reliable event-driven flows with the Transactional Outbox pattern — write state and event in one transaction, relay asynchronously, achieve at-least-once delivery + consumer idempotency. Use when an action must reliably trigger downstream work, or when events are lost on crash (dual-write problem). Not for simple background work without state+event reliability (use background-jobs) or outbound HTTP webhook specifics (use webhook-design).

스타0
포크0
업데이트2026년 6월 8일 13:41
SKILL.md
readonly