Hi Backendless Team,
I run into situation where when retrieving more than 100 atomic counters I receive error message of concurrent request limit of 100.
My App logic is that current month leaderboard participants and their points are stored as atomic counters.
In Cloud code I have method that retrieves all participants, and just today started to think, what will happen if I have more than 100 counters to retrieve, since there is no page size and offset, as to Load table objects block…
So did create test for that, and it ended up with error message about concurrent request limit of 100.
Is this expected behavior with atomic counters, or there is way to retrieve more than 100 atomic counters at once?