Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the ratelimiting exception. Prefer safety over speed
We need to check the performance ramifications of this during testing, but considering that we will almost certainly be iterating over hundreds of users, we should probably let k8s itself rate limit us so we don't overwhelm whatever is running the control plane. That might otherwise be a nasty situation, especially for stuff like AKS and GKE.
- Loading branch information