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
When processing a very large number of group mappings (>1000), things start getting a bit slow, north of 7 minutes for testing with 7000 mappings. This is not due to the API response time but suspect due to the flattenGroupMapping function. Perhaps a goroutine might be a good solution.
References
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Description
When processing a very large number of group mappings (>1000), things start getting a bit slow, north of 7 minutes for testing with 7000 mappings. This is not due to the API response time but suspect due to the
flattenGroupMapping
function. Perhaps a goroutine might be a good solution.References
Community Note
The text was updated successfully, but these errors were encountered: