Skip to content

Commit 2e0b263

Browse files
feliperyanOxyjun
andauthored
Update batching-retries.mdx (#23307)
* Update batching-retries.mdx Had to read that sentence twice to figure out why it sounded weird. * Triggering GH compiles * Undoing redundant change --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 965e228 commit 2e0b263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/queues/configuration/batching-retries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Both `max_batch_size` and `max_batch_timeout` work together. Whichever limit is
2828

2929
:::
3030

31-
For example, a `max_batch_size = 30` and a `max_batch_timeout = 10` means that if 30 messages are written to the queue, the consumer will deliver a batch of 30 messages. However, if it takes longer than 10 seconds for those 30 messages to be written to the queue, then the consumer will get a batch of messages that contains however many messages were on the queue at the time (somewhere between 1 and 29, in this case).
31+
For example, a `max_batch_size = 30` and a `max_batch_timeout = 10` means that if 30 messages are written to the queue, the consumer will receive a batch of 30 messages. However, if it takes longer than 10 seconds for those 30 messages to be written to the queue, then the consumer will get a batch of messages that contains however many messages were on the queue at the time (somewhere between 1 and 29, in this case).
3232

3333
:::note[Empty queues]
3434

0 commit comments

Comments
 (0)