question

Denzie Gray avatar image
Denzie Gray asked

Does using Http in CloudScript count toward the API limit?

Or do I just have to worry about the 10 seconds Execution time?


Basically I understand that server.[method] counts and I am asking if
http.[method] also counts to the limit.

apisCloudScriptlimits
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

·
Citrus Yan avatar image
Citrus Yan answered

http.[method] does not count to the “Cloud Script execution API requests issued” limit. It’s the “Execution time” limit that you need to be aware of, and, if you need larger “PlayFab API calls” capacity and execution Time, you might as well consider using PlayFab CloudScript using Azure Functions:

PlayFab CloudScript using Azure Functions - PlayFab | Microsoft Docs

3 comments
10 |1200

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

Denzie Gray avatar image Denzie Gray commented ·

Thank you. Is there a list of what does/doesn't count towards the limit?

0 Likes 0 ·
Citrus Yan avatar image Citrus Yan Denzie Gray commented ·

No, there is no such list provided, basically if you call PlayFab APIs from CS, it would count towards the “Cloud Script execution API requests issued”, for other logics & methods, you'd need to be aware of the Execution Time they consume.

0 Likes 0 ·
Denzie Gray avatar image Denzie Gray Citrus Yan commented ·

Alright that's good enough.

Anything in the RestAPI counts.

Thank you.

1 Like 1 ·

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.