added
Batch - Flush First Item Immediately
22 days ago by Anjali Arya
We've introduced a new setting in batch processing: Flush First Item in Batch. Previously, batches were only sent once the batch window closed. Now, this setting allows the first trigger to flow past the batch immediately while subsequent triggers are batched within the specified time window.
This will help you to build leading debounce logic in workflow, where users are notified about critical updates like anomaly alerts immediately, while batching rest of the alerts and sending them at regular intervals until the issue is resolved.
You can find this option in batch -> advanced configuration.