question

brendan avatar image
brendan asked

How to determine what data exceeded the limit

Question from a developer:

We recently received an email that our title exceeded the UserDataValueUpdatesPer15Seconds limit. Can you explain how to read the graphs in the detail page? Is there a way to know which player data hit this issue?

Player Data
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

The email notification specifies when the issue occurred, your current limit, and the PlayFab ID of the user whose account hit the issue, but we do not log all the contents of each request sent to the service (particularly as data update requests can be quite large). For data updates, those should really only be occurring a few times a minute. In general, titles aggregate changes to the player state over time either on the client or a dedicated server, and update the backend data periodically (for most titles, it's every couple of minutes, with occasional key events in the user experience triggering an additional "immediate" save).

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.