Skip to content
#

transactional-outbox

Here are 9 public repositories matching this topic...

Python package that implements the Transactional Outbox Pattern for Django and Faktory. It acts as a reliable relay between your web application and the message broker, ensuring 100% data integrity by staging background jobs inside the primary database transaction to prevent orphaned or duplicate tasks during network splits or broker down

  • Updated May 20, 2026
  • Python

Enterprise integration patterns: idempotent event processing, saga orchestration, transactional outbox, and webhook validation for reliable system-of-record sync

  • Updated May 21, 2026
  • Python

Improve this page

Add a description, image, and links to the transactional-outbox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transactional-outbox topic, visit your repo's landing page and select "manage topics."

Learn more