·hybrid-cloud-outboxes
{}

hybrid-cloud-outboxes

在 Sentry 中建立和維護基於寄件箱的最終一致操作的指南。最常用於跨孤島資料複製,但適用於需要最終一致性的任何地方 - 包括單孤島延遲副作用、審核日誌記錄和事件扇出。當要求「新增寄件匣」、「新增寄件匣類別」、「寫入寄件匣訊號接收器」、「偵錯卡住的寄件匣」、「寄件匣未處理」、「資料未複製」、「測試寄件匣」、「移轉資料匣「寄件匣」 「ReplicatedRegionModel」、「ReplicatedControlModel」、「OutboxCategory」、「OutboxScope」或「outbox_runner」。涵蓋模型混合、類別註冊、訊號接收器、測試、回填和調試工作流程。

24安裝·1熱度·@getsentry

安裝

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

如何安裝 hybrid-cloud-outboxes

透過命令列快速安裝 hybrid-cloud-outboxes AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/getsentry/sentry --skill hybrid-cloud-outboxes
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:getsentry/sentry。

SKILL.md

查看原文

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.

The most common use case is cross-silo data replication: a model saved in the Region silo produces a RegionOutbox that, when processed, replicates data to the Control silo (or vice versa via ControlOutbox). But the pattern is general — outboxes work for any operation that should happen reliably after a transaction commits, even within a single silo.

There are two outbox types corresponding to the two directions of flow:

在 Sentry 中建立和維護基於寄件箱的最終一致操作的指南。最常用於跨孤島資料複製,但適用於需要最終一致性的任何地方 - 包括單孤島延遲副作用、審核日誌記錄和事件扇出。當要求「新增寄件匣」、「新增寄件匣類別」、「寫入寄件匣訊號接收器」、「偵錯卡住的寄件匣」、「寄件匣未處理」、「資料未複製」、「測試寄件匣」、「移轉資料匣「寄件匣」 「ReplicatedRegionModel」、「ReplicatedControlModel」、「OutboxCategory」、「OutboxScope」或「outbox_runner」。涵蓋模型混合、類別註冊、訊號接收器、測試、回填和調試工作流程。 來源:getsentry/sentry。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/getsentry/sentry --skill hybrid-cloud-outboxes
分類
{}資料分析
認證
收錄時間
2026-02-28
更新時間
2026-03-10

Browse more skills from getsentry/sentry

快速解答

什麼是 hybrid-cloud-outboxes?

在 Sentry 中建立和維護基於寄件箱的最終一致操作的指南。最常用於跨孤島資料複製,但適用於需要最終一致性的任何地方 - 包括單孤島延遲副作用、審核日誌記錄和事件扇出。當要求「新增寄件匣」、「新增寄件匣類別」、「寫入寄件匣訊號接收器」、「偵錯卡住的寄件匣」、「寄件匣未處理」、「資料未複製」、「測試寄件匣」、「移轉資料匣「寄件匣」 「ReplicatedRegionModel」、「ReplicatedControlModel」、「OutboxCategory」、「OutboxScope」或「outbox_runner」。涵蓋模型混合、類別註冊、訊號接收器、測試、回填和調試工作流程。 來源:getsentry/sentry。

如何安裝 hybrid-cloud-outboxes?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/getsentry/sentry --skill hybrid-cloud-outboxes 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/getsentry/sentry