Skip to content

[Queues] Update local development known issues #21977

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 8 commits into from
Apr 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update local-development.mdx
  • Loading branch information
maheshwarip authored Apr 25, 2025
commit 0a9b95fda4aca36effc76e18d2b40ff907407f25
14 changes: 0 additions & 14 deletions src/content/docs/queues/configuration/local-development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,6 @@ You can start development servers for both workers with the following command:
npx wrangler dev -c wrangler.jsonc -c consumer-worker/wrangler.jsonc --persist-to .wrangler/state
```

```sh output
⛅️ wrangler 4.13.2
-------------------

Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.

docs-queue-producer has access to the following bindings:
- Queues:
- MY_QUEUE: <queue_name> [simulated locally]
No bindings found.
⎔ Starting local server...
[wrangler:inf] Ready on http://localhost:8787
```

When the producer Worker sends messages to the queue, the consumer Worker will automatically be invoked to handle them.
:::note
[Consumer concurrency](/queues/configuration/consumer-concurrency/) is not supported while running locally.
Expand Down
Loading