hybrid-cloud-outboxes作者: sentry

Sentry uses a transactional outbox pattern for eventually consistent operations. When a model changes, an outbox row is written inside the same database transaction. After the transaction commits, the outbox is drained — firing a signal that triggers side effects such as RPC calls, tombstone propagation, or audit logging.

npx skills add https://github.com/getsentry/sentry --skill hybrid-cloud-outboxes

来自 sentry 的更多技能