Skip to content

Commit 206f294

Browse files
authored
[Queues] Fix "Dead Letter Queue" link (cloudflare#6812)
1 parent 674efcd commit 206f294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/queues/pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In most cases, it takes 3 operations to deliver a message: 1 write, 1 read, and
3737
Additionally:
3838

3939
* Each retry incurs a read operation. A batch of 10 messages that is retried would incur 10 operations for each retry.
40-
* Messages that reach the maximum retries and that are written to a [Dead Letter Queue](https://developers.cloudflare.com/queues/batching-retries) incur a write operation for each 64 KB chunk. A message that was retried 3 times (the default), fails delivery on the fourth time and is written to a Dead Letter Queue would incur five (5) read operations.
40+
* Messages that reach the maximum retries and that are written to a [Dead Letter Queue](https://developers.cloudflare.com/queues/learning/batching-retries) incur a write operation for each 64 KB chunk. A message that was retried 3 times (the default), fails delivery on the fourth time and is written to a Dead Letter Queue would incur five (5) read operations.
4141
* Messages that are written to a queue, but that reach the maximum persistence duration (or "expire") before they are read, incur only a write and delete operation per 64 KB chunk.
4242

4343
### Examples

0 commit comments

Comments
 (0)