question

JG avatar image
JG asked

updates per request, quota 12 but sending only 6

Resource:

Player data updates per request

Limit:
10 items

Requested:
12 items

Our Quota requests are 12 but at a time only 6 are going is that a problem?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Hernando avatar image
Hernando answered

Yes, it is on the right track. The API call which hit the limit will be rejected, and splitting it up will be a recommended way.

However, it should be noted that sending multiple sets of requests in a short time, it is possible that data integrity will be problematic. So, it might be a good idea make sure that the API requests of second set is blocked before the operations which first set is completed.


image001.png (12.1 KiB)
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

JG avatar image JG commented ·

thank you.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.