Hey,
sorry but I can not wrap my head around how people manage to not exceed their rate-limit of the API v2 if they have a lot of users on their app?
Imagine this:
I have 10.000 Users, a VERY low user-base in terms of possibilities in Google Play Store AND Apple App Store.
I also use the Currency Function of RC, so I not only need to update the Currency via API v2 but I also need to check sometimes if the user still has enough credits on his RC-Account to either stop him from accessing token-based functions or allowing him to do so.
So 1 User does 2-3 API v2 Calls to RC for accessing a Tool in my App.
You see the problem? 10.000 Users but only 30 of them can use the app per Minute, since the rate-limits exceeds otherwise.
How should I manage a Delay-Function in my Backend, if 1000 Users try to API-Call and Update their currency on RC? It would take 30min, till the 1000. User has done his API call.
For 2000 Requests it will take 60min
What if I have a User-Base of 100.000 or even more?
is there any workaround for this?
EDIT: I see that the Currency API-Calls have a rate-limit of 480 per Minute, but it is still not managable with hundred-thousands of users
