[PLT-3079] docs: add the unified eventing guide - #1146
Open
TheMostlyGreat wants to merge 15 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
TheMostlyGreat
force-pushed
the
codex/unified-eventing-guide
branch
from
August 29, 2026 15:02
ebe76a5 to
558d09b
Compare
TheMostlyGreat
marked this pull request as ready for review
August 31, 2026 05:02
…g-guide # Conflicts: # public/llms.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Developers need one accurate path through triggers, schedules, retained events, and signed outgoing webhooks before eventing can ship.
What
/build/eventingguide with the producer → event → subscription → delivery modelVerification
/en/build/eventingrendered successfullyMerge gate
Ready for review. Merge and publication remain intentionally gated on the corresponding Engine eventing release.
Linear: https://linear.app/arcadedev/issue/PLT-3079
Note
Low Risk
Documentation, examples, and tests only; no runtime product code paths change.
Overview
Adds
/en/build/eventing(“Events and webhooks”) to Build navigation with a new guide that walks from producers (triggers, schedules, provider ingress) through retained Arcade events to signed outgoing webhook delivery.The page documents deployment origins, tenant scoping, HMAC webhook verification (with an embedded Python
receiver.pysample), Dashboard/REST tutorials for schedules and Gmail filters, Slack/GitHub provider ingress, and operational topics (retries, recovery/replay, retention, stablewebhook-iddeduplication). The same receiver ships underexamples/eventing/receiver.py, with Vitest checks that the MDX snippet matches the file and Python unittest coverage for signatures, rotation, idempotency, and handler rollback.Also updates
public/llms.txtfor discoverability and ignores Python__pycache__/*.pycin.gitignore.Reviewed by Cursor Bugbot for commit f1897ef. Bugbot is set up for automated code reviews on this repo. Configure here.