Open
Description
Desired behavior
For improved UX and server processing efficiency, we need to implement bulk processing for RecommendationsInteractionEvent. The existing approach, which individually loops through and creates events for each ignored recommendation, is suboptimal and could create bad UX.
Current behavior
The RecommendationsInteractionEvent
currently only supports single-request processing.
Value add
Better UX and server processing efficiency.