docs: README updates for queue support, Upstash QStash, examples, and API reference#49
Merged
Prateek32177 merged 2 commits intocodex/add-scalable-alerting-integration-for-slack-and-discordfrom Mar 3, 2026
Conversation
01a93a2
into
codex/add-scalable-alerting-integration-for-slack-and-discord
3 checks passed
Prateek32177
added a commit
that referenced
this pull request
Mar 3, 2026
…replay (#46) * refactor: make controls.alert primary API for dlq and non-dlq alerts * payload updated * Fix missing alert context fields in Slack/Discord notifications (#47) * Fix alert context propagation for Slack/Discord payloads * Fix lint errors in notification internals exports * payload updated * Centralize alerts and restore backward-compatible payload defaults (#48) * payload updated * version upgraded * updated readme * updated readme * docs: README updates for queue support, Upstash QStash, examples, and API reference (#49) * docs: restore full README sections and keep queue updates * docs: strengthen README positioning and core SDK usage * updated readme * updated readme
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.
Motivation
Description
README.mdnavigation and added sections forQueue vs Non-Queue Delivery,Upstash Queue Setup, and DLQ-aware alerting with code examples showingqueue: trueusage andcreateTernControlsusage.import/express.rawusage for Express, optional chaining forreq.webhook, Next.js and Cloudflare handler signatures to acceptmetadata, and adjusted sample handler return shapes.@hookflo/tern/upstash(includingcreateTernControls,handleQueuedRequest,handleReceive,handleProcess,resolveQueueConfig), added an aliasverifyTokenBased, addedhandleWithQueue, and changedWebhookVerificationResult.errorCodeto a genericstringtype and renamed a timestamp error toTIMESTAMP_EXPIRED.Testing
Codex Task