Skip to main content

Hello, I’m Scott.
I’m sending events to Amplitude from a Spring server.
The library I’m using is implementation("com.amplitude:java-sdk:1.12.3").
I’d like to know the rate limit.😊

Hello Scott,

SDK uses the HTTP V2 API which has following limit


1. Events per second (EPS): This is the overall number of events sent to your project in one second across all devices. The limit is 1,000 for the HTTP API.
2. Events per second per device (EPDS): This is the number of events sent in one second from a single device or user. The limit is 30 for the HTTP API. If you start sending in more than 30 events per second from a single device/user, throttling will occur.

I hope this answers your question. Please feel free to reach out for more information.

Best,
Jake


P.S. Checkout upcoming events and user meetups on our events page.

Reply