question

asiram avatar image
asiram asked

Detail of server API limitations

Hello.

I learned that the server API call limit is 1000 calls per 10 seconds.

> Server API limitations - Playfab Community

By one call to the server API, do you mean one call to ExecuteCloudScript?

> Server-Side Cloud Script - Execute Cloud Script - REST API (PlayFab Client) | Microsoft Learn

Or does it mean one Server API call executed within the CloudScript called by ExecuteCloudScript?

Thanks.

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

·
Gosen Gao avatar image
Gosen Gao answered

This limitation is a restriction on the server APIs, one server API call counts one. But you don't need to worry about this limit if you are using Cloud Script, since the maximum number of PlayFab API requests from Cloud Script functions is 25. Usually, this limitation is a consideration when implementing game servers.

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.

asiram avatar image asiram commented ·

Thanks for the answer!

Does it mean that Server-Side ExecuteCloudScript can be called up to 1000 times per 10 seconds?

> Server-Side Cloud Script - Execute Cloud Script - REST API (PlayFab Server) | Microsoft Learn

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.