mgambrell suggested an idea · May 01, 2017 at 08:43 PM · tasksCloudScript
I've got a cloudscript task running on player segments, and sometimes it fails for some users. For instance, I've tested it by throwing exceptions.. but In my particular case I would want to make sure errors like exceeding API calls get tracked.
However, right now, there's no way to know that any of the players failed. The task ran to completion (with every player failing) and it looks like everything went perfectly.
I'd like to know when some players are failing. I suggest the results of the task are: TotalPlayersInSegment, TotalPlayersProcessed, and... *TotalPlayersProcessedSuccessfully*. And the result badge text/color for the task should look different if theyre not all processed successfully but the task is done running.
It'd also be nice if there was a complete output dump parked somewhere, but I can understand this might be gigantic....
We would love to know what you need. Submit your ideas and upvote others to help us prioritize.
No one has followed this yet.
Add GeneratePlayStreamEventOnError parameter to ExecuteCloudScript
Ability to call CloudScript without the client being logged in
Enhance results from GrantItemsToUser().
Return old data on update user data call
Removing Multiple Cloud Script revision
Sample cloudscript to validate user can claim quest completion
Changing Display Name via Cloudscript