Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

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).

Estrellas0
Forks0
Actualizado8 de junio de 2026, 13:41
SKILL.md
readonly