/events endpoint you can only configure the backfill rate limit. The allotment used during the sync is fixed at 2 requests per second.
By default, Sequin will use the following allotments for each platform:
Rate limits
Managing the rate limit or quota of an API is one of the most tedious parts of any integration. Rate limits are often the reason a team decides to sync API data in the first place, because rate limits mean your read/write access to your data is throttled.
Fortunately, Sequin has controls to manage your rate limit for you. Sequin’s rate limit consumption is predictable and configurable.
The rate limit of an API specifies how many requests you can make to the API in a given interval. Most APIs specify limits in intervals of one second or one minute, e.g. “you can make five requests per second.” Some APIs instead have daily request maximums.
By default, Sequin uses a fraction of your total quota (what we consider a “conservative” starting point). The amount of your quota we use is configurable on the Sequin console. This is Sequin’s allotment of your quota.
When editing or creating a sync, you can change your allotment in the Rate limit section by dragging the slider left or right.
For some syncs, like Stripe, that we sync using an

