Hello there:
When a campaign is created with thousands of users, the Channel List component starts to perform a queryChannel for each newly created channel. This behavior causes the application to quickly reach the rate limit, particularly in the view of the user who creates the campaign.
Steps to Reproduce:
1. Create a campaign with a large number of users (e.g., thousands).
2. Observe the Channel List component’s behavior in the user’s view who created the campaign.
3. Notice that a queryChannel is triggered for each new channel created, leading to rapid rate limit exhaustion.
Current Behavior:
The Channel List component makes a queryChannel request for every newly created channel, which is not scalable for campaigns with a large number of users.
How I could solve this problem?
Thanks