divviup / janus

Experimental implementation of the Distributed Aggregation Protocol (DAP) specification.
Mozilla Public License 2.0
53 stars 15 forks source link

Remove max_batch_size parameter from leader-selected tasks. #3487

Closed branlwyd closed 3 days ago

branlwyd commented 6 days ago

This parameter was removed in DAP-12, and we do not have any reason to keep it as functionality over-and-above what is specified in DAP, so we remove this parameter from Janus. The aggregation job creator will now always create batches which are exactly min_batch_size, matching previous functionality if max_batch_size was unspecified.

branlwyd commented 6 days ago

Part of #3436.