If I have a scheduled task, and I have two cloudscript actions under that task, will they go in turn one after another? Or will both cloudscript functions run at a random order?
Answer by Citrus Yan · Dec 23, 2019 at 01:51 AM
Every task has a "Action Group" that is responsible for saving those Actions, under normal circumstances, Actions execute orderly within that Group. However, it's not guaranteed that there will be reliable relationships between those Actions, for instance, if the first Action writes the title data, then it's possible that the second Action won't be able to read it. May I know more details about your scenario?
Get Specific PlayerId from Segments in a Scheduled task for Cloudscript parameter 1 Answer
How to make cron jobs on Playfab? 1 Answer
Cloudscript function not showing in Scheduled tasks 1 Answer
Alternative way of implementing energy restoration logic 1 Answer
Getting global stats for events 1 Answer