question

Dmitriy Dan avatar image
Dmitriy Dan asked

Player data value updates limit extension, Player data value updates per 15 seconds limit extension

We are working on game with many user interactions, that should be detect on the server and triggers user data change. Unfortunately we are faced with Player data value updates per 15 seconds limit which is 10 now for Indy tier. Is it possible to extend this limits or get some information about this limits on other tiers?

And also it would be nice to get any information about the following limits

Player data updates per request

Player data value updates per 15 seconds

Player data value updates per 5 minutes

Cloud Script execution API requests issued

limitsdata
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

·
brendan avatar image
brendan answered

That particular limit is for the number of times a single Key/Value pair in user data can be updated in 15 seconds. That means that need to update the exact same value with extreme frequency, so I'd recommend having a look at our pricing page: https://playfab.com/pricing/. While I understand you're in our Indie tier right now, you should be designing for the new pricing model, since your title will be using it once the grace period has elapsed (so, by October 1st). Writing to player data at that frequency is going to be a very significant cost, so you'll want to either a) find ways to aggregate the data over longer periods of time, or b) use a custom game server to host the state information for the game for the player, so that you can update the backend (long-term) store of data less often.

That said, if you're already aware of this and your monetization is designed to account for higher than normal costs per player, you can reach out to our sales team via sales@playfab.com to get information on potential costs for a private cluster of PlayFab in which we could enable higher limits based on your specific needs.

The same would apply to the other limits, though for Cloud Script we would recommend updating to use the newer Azure Functions Cloud Script, in which you can have longer-running scripts that use more API endpoints by making them queued functions.

10 |1200

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

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.