mixpanel / mixpanel-utils

Other
85 stars 62 forks source link

Rate Limit #24

Closed tim-sauchuk closed 4 years ago

tim-sauchuk commented 4 years ago

I see that there are two different rate limits for the bare bones API: Formatted - Up to 5 concurrent queries, max 400 per hour Raw - Up to 3 queries per second, max 60 per hour

(Info found here: Mixpanel API Rate Limits)


Which limit does this package use? I'm using mixpanel-api3, but I'm assuming it will use the same rate limit as this package.

tim-sauchuk commented 4 years ago

Anyone have any insight on this?