Hi there. I've had a project in development using PlayFab for a couple of years, but only recently have I been getting these GatewayTimeout 504s from various CloudScript calls.
/Client/ExecuteCloudScript: A third-party downstream provider returned an error to the PlayFab service
I don't interface with any other parties from my CloudScript other than PlayFab itself, and most of my handlers just call server.GetUserReadOnlyData or server.UpdateUserReadOnlyData once or twice each at tops -- I'm not hammering any of the APIs.
For example, a moment ago I had the error from a single call to a CloudScript handler with one instance of each of the above calls. Now that I'm play-testing and close to release, I'm noticing a few of these errors every day from different CloudScript handlers.
Is this an issue with the performance/reliability of PlayFab's servers at the moment, or could it be something else?
Thanks in advance!