diff --git a/pages/docs/featureflags.mdx b/pages/docs/featureflags.mdx index ab84751ecb..911659a04f 100644 --- a/pages/docs/featureflags.mdx +++ b/pages/docs/featureflags.mdx @@ -233,6 +233,10 @@ Mixpanel analytics downtime will result in suspended cohort membership refreshes The latency of Feature flags API responses is usually on the order of milliseconds. NOTE: Cohort membership is refreshed every 2 hours when targeting anything aside from 'All Users'/'All Entities' or 'Runtime Filters'. Therefore, new users or group entities entering cohorts may not be reflected in Feature flags API responses for up to that 2 hour period. +**Rate Limits** + +Feature Flag APIs are rate limited to **500 requests per minute per IP address**. Requests exceeding this limit will receive a `429 Too Many Requests` response. + ## Implementation Feature Flagging is currently supported on a subset of Mixpanel client and server SDK's. There are two modes for using feature flags. Remote evaluation is available for both client and server SDKs whereas local evaluation is available for server SDKs.