Skip to content

Commit 30c9ba6

Browse files
Update src/content/docs/queues/configuration/configure-queues.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 48adb13 commit 30c9ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/queues/configuration/configure-queues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ npx run wrangler queues update --delivery-delay-secs 60 --message-retention-pe
4444
* Defaults to 345600 (4 days).
4545
* Must be between 60 and 1209600 (14 days)
4646

47-
## Producer worker configuration
47+
## Producer Worker configuration
4848

4949
A producer is a [Cloudflare Worker](/workers/) that writes to one or more queues. A producer can accept messages over HTTP, asynchronously write messages when handling requests, and/or write to a queue from within a [Durable Object](/durable-objects/). Any Worker can write to a queue.
5050

0 commit comments

Comments
 (0)