Skip to content

Commit 0a9b95f

Browse files
authored
Update local-development.mdx
1 parent 94576b6 commit 0a9b95f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/content/docs/queues/configuration/local-development.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,6 @@ You can start development servers for both workers with the following command:
7070
npx wrangler dev -c wrangler.jsonc -c consumer-worker/wrangler.jsonc --persist-to .wrangler/state
7171
```
7272

73-
```sh output
74-
⛅️ wrangler 4.13.2
75-
-------------------
76-
77-
Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
78-
79-
docs-queue-producer has access to the following bindings:
80-
- Queues:
81-
- MY_QUEUE: <queue_name> [simulated locally]
82-
No bindings found.
83-
⎔ Starting local server...
84-
[wrangler:inf] Ready on http://localhost:8787
85-
```
86-
8773
When the producer Worker sends messages to the queue, the consumer Worker will automatically be invoked to handle them.
8874
:::note
8975
[Consumer concurrency](/queues/configuration/consumer-concurrency/) is not supported while running locally.

0 commit comments

Comments
 (0)