You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
The current batching control uses a min_batch size to prevent overly small batches.
This can result in queue items that take longer than needed before being incorporated into a batch.
Replace min_batch size with a max_delay so we can establish an upper bound on item latency in the queue.
The text was updated successfully, but these errors were encountered:
The current batching control uses a
min_batch
size to prevent overly small batches.This can result in queue items that take longer than needed before being incorporated into a batch.
Replace
min_batch
size with amax_delay
so we can establish an upper bound on item latency in the queue.The text was updated successfully, but these errors were encountered: