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
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.
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.