Vary batch size/cadence based on live traffic volume instead of a fixed rate: batch aggressively during peaks and flush sooner when quiet, to balance latency against cost. Builds on the runtime.batch_max_items work already shipped.
Constraint: interacts with the night-time dip filter; both should read from the same traffic signal to avoid conflicting behavior.
Vary batch size/cadence based on live traffic volume instead of a fixed rate: batch aggressively during peaks and flush sooner when quiet, to balance latency against cost. Builds on the runtime.batch_max_items work already shipped.
Constraint: interacts with the night-time dip filter; both should read from the same traffic signal to avoid conflicting behavior.