Skip to content

Commit d960b6e

Browse files
Fix issue: WorkspaceTaskSubType.BROKEN_LINK (#20572)
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 10d48fa commit d960b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/queues/configuration/consumer-concurrency.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ When multiple consumer Workers are invoked, each Worker invocation incurs [CPU t
121121
- If you intend to process all messages written to a queue, _the effective overall cost is the same_, even with concurrency enabled.
122122
- Enabling concurrency simply brings those costs forward, and can help prevent messages from reaching the [message retention limit](/queues/platform/limits/).
123123

124-
Billing for consumers follows the [Workers standard usage model](/workers/platform/pricing/#example-pricing-standard-usage-model) meaning a developer is billed for the request and for CPU time used in the request.
124+
Billing for consumers follows the [Workers standard usage model](/workers/platform/pricing/#example-pricing) meaning a developer is billed for the request and for CPU time used in the request.
125125

126126
### Example
127127

0 commit comments

Comments
 (0)