Skip to content

Commit

Permalink
removed beta flags and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshwarip committed Sep 19, 2024
1 parent 047b3cc commit d718a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,3 @@ Billing for consumers follows the [Workers standard usage model](/workers/platfo
### Example

A consumer Worker that takes 2 seconds to process a batch of messages will incur the same overall costs to process 50 million (50,000,000) messages, whether it does so concurrently (faster) or individually (slower).

```
```
4 changes: 2 additions & 2 deletions src/content/partials/queues/enable-queues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

---

Queues is currently in [Public Beta](https://blog.cloudflare.com/cloudflare-queues-open-beta/) and is included in the monthly subscription cost of your Workers Paid plan, and charges based on operations against your queues. Refer to [Pricing](/queues/platform/pricing/) for more details.
Queues is included in the monthly subscription cost of your Workers Paid plan, and charges based on operations against your queues. Refer to [Pricing](/queues/platform/pricing/) for more details.

Before you can use Queues, you must enable it via [the Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers/queues). You need a Workers Paid plan to enable Queues.

To enable Queues:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **Workers & Pages** > **Queues**.
3. Select **Enable Queues Beta**.
3. Select **Enable Queues**.

0 comments on commit d718a95

Please sign in to comment.