Skip to content

Commit

Permalink
Clarified queues batch limits (#16754)
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshwarip authored Sep 24, 2024
1 parent 0ac0101 commit 03b8cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/queues/configuration/batching-retries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following batch-level settings can be configured to adjust how Queues delive
| Setting | Default | Minimum | Maximum |
| ----------------------------------------- | ----------- | --------- | ------------ |
| Maximum Batch Size `max_batch_size` | 10 messages | 1 message | 100 messages |
| Maximum Batch Timeout `max_batch_timeout` | 5 seconds | 0 seconds | 30 seconds |
| Maximum Batch Timeout `max_batch_timeout` | 5 seconds | 0 seconds | 60 seconds |

</table-wrap>

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/queues/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Many of these limits will increase during Queues' public beta period. [Follow ou
| Message retries | 100 |
| Maximum consumer batch size | 100 messages <sup>beta</sup> |
| Maximum messages per `sendBatch` call | 100 (or 256KB in total) |
| Batch wait time | 60 seconds |
| Maximum batch wait time | 60 seconds |
| Per-queue message throughput <sup>2</sup> | 400 messages per second <sup>3</sup> |
| Message retention period <sup>4</sup> | 4 days (96 hours) |
| Per-queue backlog size <sup>5</sup> | 25GB |
Expand Down

0 comments on commit 03b8cb3

Please sign in to comment.