Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Slack] API: fetch public and private remote channels separately (#8775)
Description --- Fixes dust-tt/tasks#1655 (again) This PR fixes the issues caused by the `conversations.list` rate limiting Investigating the above, it was shown (tested on a production workspace) that fetching both public and private channels at the same time changes the fetch behavior (likely due to their internal implementation) - Fetching both public and private => ~400 calls to `conversations.list` (small pagination batches) - Fetching public => ~10 calls, then private ~1 call (large pagination batches) As such, the PR fetches them separately, which will fix the issue Risks --- low: simple, tested change Deploy --- connectors
- Loading branch information