[PLT-3079] docs: add the unified eventing guide - #1146
Open
TheMostlyGreat wants to merge 14 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
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 a new Build → Events and webhooks page at
/en/build/eventingthat documents Arcade eventing end-to-end: producers (trigger instances, schedules, provider ingress) through retained project events to webhook subscriptions and signed deliveries.The guide includes a seven-term model, deployment origins and scoped REST paths, a framework-free Python receiver (
verify_request, SQLite idempotency inbox,receivewith 400/403/500/204 semantics), Dashboard and REST walkthroughs for schedules, filtered Gmail triggers, and Slack/GitHub provider ingress, plus operations (rotate secret, recover, replay) and reliability boundaries (retries, stablewebhook-id, retention).Ships
examples/eventing/receiver.pymirrored in the MDX snippet, Vitest contracts on guide content/navigation, and Python unittest coverage for signatures, rotation, duplicates, and transactional rollback.public/llms.txtlists the new page;.gitignoreignores Python cache for examples/tests.Reviewed by Cursor Bugbot for commit e7581a5. Bugbot is set up for automated code reviews on this repo. Configure here.