New rate limiting

Do you mean for larger services like Muxy’s Follower alert, or for custom alerts? We have a custom Twitch follower alert on our stream that I wrote, and it only makes 1 request every minute. 120 requests per minute is WAY more than is needed for a simple follower alert. Even at my most request-intensive processes within our channel bot, we rarely hit the previous soft-limit of 60 requests per minute. It also helps that I have a throttle set up so it never sends out more than 1 request per second.