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
Limiting the number of processed interest groups is important for managing operational costs.
Additionally, it has a direct impact on latency — for instance, unless the number of vCPUs in a Bidding Service node significantly exceeds the number of generateBid() executions required to handle a single GenerateBidsRequest.
For the browser-side auctions there is an perBuyerGroupLimits auction parameter that limits the number of interest group processed in the priority order.
On server side, however, it might be more suitable to introduce a buyer-controlled configuration parameter to achieve similar functionality.
Limiting the number of processed interest groups is important for managing operational costs.
Additionally, it has a direct impact on latency — for instance, unless the number of vCPUs in a Bidding Service node significantly exceeds the number of generateBid() executions required to handle a single GenerateBidsRequest.
For the browser-side auctions there is an perBuyerGroupLimits auction parameter that limits the number of interest group processed in the priority order.
On server side, however, it might be more suitable to introduce a buyer-controlled configuration parameter to achieve similar functionality.