The Batch action allows you to aggregate requests into a single output format.
The Batch action allows you to aggregate requests into a single output format/file. Optionally you can configure a delay
so that the Batch action acts as a catch-net for incoming requests, and will then process them in batches as per the
defined delay.
The delay can be set by Seconds, Minutes, Hours, or Days. The delay is the time between the first request and the last
request in the batch. The batch action will wait for the delay to expire before processing the batch.