-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[Queues] Add rate limit tutorial #16797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
Deploying cloudflare-docs with
|
| Latest commit: |
134d9b1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://23732848.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://queues-resend-tutorial.cloudflare-docs-7ou.pages.dev |
|
Files with changes (up to 15)
|
…ation + add new check + remove logic around backticks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style_guide_test.md review details
Line Edit Problems/Proposals
Note: The following 1 comments are grouped by line.
Line 5
Existing text:
Then also, ‘this thing'
Issues:
- Style Guide - (cloudflare.NonStandardQuotes-warning) Use standard single quotes or double quotes only. Do not use left or right quotes.
…apitalization + add new check + remove logic around backticks" This reverts commit 645183c.
|
(whoops, commited up to the wrong branch, sorry) Added some updates in #16802 |
maheshwarip
reviewed
Sep 17, 2024
maheshwarip
reviewed
Sep 17, 2024
maheshwarip
reviewed
Sep 17, 2024
KianNH
reviewed
Sep 25, 2024
patriciasantaana
approved these changes
Sep 25, 2024
maheshwarip
approved these changes
Sep 26, 2024
patriciasantaana
pushed a commit
that referenced
this pull request
Sep 26, 2024
* add rate limit tutorial * Update src/content/docs/queues/tutorials/handle-rate-limits/index.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> * [Hyperlint] Update checks to be more forgiving for Wrangler capitalization + add new check + remove logic around backticks * Revert "[Hyperlint] Update checks to be more forgiving for Wrangler capitalization + add new check + remove logic around backticks" This reverts commit 645183c. * update queues resend tutorial * update repo link and minor changes * minor fixes * update Render componenet params * update the category --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: kodster28 <[email protected]>
elithrar
pushed a commit
that referenced
this pull request
Oct 15, 2024
* add rate limit tutorial * Update src/content/docs/queues/tutorials/handle-rate-limits/index.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> * [Hyperlint] Update checks to be more forgiving for Wrangler capitalization + add new check + remove logic around backticks * Revert "[Hyperlint] Update checks to be more forgiving for Wrangler capitalization + add new check + remove logic around backticks" This reverts commit 645183c. * update queues resend tutorial * update repo link and minor changes * minor fixes * update Render componenet params * update the category --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: kodster28 <[email protected]>
maheshwarip
pushed a commit
that referenced
this pull request
Dec 2, 2024
* add rate limit tutorial * Update src/content/docs/queues/tutorials/handle-rate-limits/index.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> * [Hyperlint] Update checks to be more forgiving for Wrangler capitalization + add new check + remove logic around backticks * Revert "[Hyperlint] Update checks to be more forgiving for Wrangler capitalization + add new check + remove logic around backticks" This reverts commit 645183c. * update queues resend tutorial * update repo link and minor changes * minor fixes * update Render componenet params * update the category --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: kodster28 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Summary
Adds a tutorial on using Queues to handle rate limits.
To Do: