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
I'm loving this set of components, but I frequently run into "User Rate Limit Exceeded" quota errors. I've implemented Exponential Backoff for retrying requests but I think it would be great if this functionality was part of the google-analytics-query element.
The text was updated successfully, but these errors were encountered:
@rchedrese-va that's not a bad idea and something I can definitely consider. I'm curious though, have you tried increasing your per-user rate limit? The default setting is 1 requests/second/user but you can increase it to 10 to avoid situations like this. If you're the primary user of this project or GA view, then there's no harm in raising the limit.
@philipwalton I do have it set to 10 requests per second but I'm still exceeding that limit. My particular use case is for a performance dashboard for my company's products. We have 6 products and I make two queries per product to generate the dashboard.
I'm not sure how common exceeding this limit is but I've run into it multiple times, and found exponential backoff to be a great solution.
I'm loving this set of components, but I frequently run into "User Rate Limit Exceeded" quota errors. I've implemented Exponential Backoff for retrying requests but I think it would be great if this functionality was part of the google-analytics-query element.
The text was updated successfully, but these errors were encountered: