Skip to content

Commit cd6a3f8

Browse files
authored
Update 2025-04-17-pull-consumer-limits.mdx (#21760)
Code block update
1 parent 82acee7 commit cd6a3f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/changelog/queues/2025-04-17-pull-consumer-limits.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ date: 2025-04-17 12:00:00 UTC
1111
Pull consumers allow you to consume messages over HTTP from any environment—including outside of [Cloudflare Workers](/workers). They’re also useful when you need fine-grained control over how quickly messages are consumed.
1212

1313
To setup a new queue with a pull based consumer using [Wrangler](/workers/wrangler/), run:
14-
```bash title="Create a queue with a pull based consumer"
15-
$ npx wrangler queues create my-queue
16-
$ npx wrangler queues consumer http add my-queue
14+
```sh title="Create a queue with a pull based consumer"
15+
npx wrangler queues create my-queue
16+
npx wrangler queues consumer http add my-queue
1717
```
1818
You can also configure a pull consumer using the [REST API](/api/resources/queues/subresources/consumers/methods/create/) or the Queues dashboard.
1919

0 commit comments

Comments
 (0)