Delete datastore ratelimit after ~100 requests despite 3000 limit

The ratelimit is said to be 3000 in the open cloud api, but after barely ~100 (I didnt really count, just estimating) requests, it was already ratelimiting

https://create.roblox.com/docs/cloud/reference/DataStore#Cloud_DeleteDataStore

2 Likes

Hi there Symlat, thanks for reaching out.

I notice that the documentation you linked shows a rate limit of 3000 req/min.

In actuality, the rate limit you’re actually hitting is the 300 req/min rate limit documented on the Open Cloud guide for Data Stores: https://create.roblox.com/docs/cloud/guides/data-stores#standard-data-stores-throttling-limits

We apologize for the misleading documentation and are working on fixing it. In the meantime, we hope this clears things up.

Once the documentation is updated, we’ll follow up here and post a resolution.

2 Likes

Hi there Symlat, the documentation you linked has been updated to reflect the 300 req/min limit.

Hope this helps clarify things! I’ll close the bug ticket now.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.