Dmitrii Osipov suggested an idea · May 17, 2018 at 04:31 PM · CloudScriptapis
it will be great to have possibility to cron and manage delayed cloud script calls per single user.
for example it will be useful to implement craft like features.
An opportunity to cron and cancel delayed calls, modify execution time will give a flexible system to manage crafts, researches, timed vip statuses and so on.
as an example
user want to craft item
calling "craft" means that some items were consumed to do it - it manages by developer in client or cloudscript/server logic.
Then server "crons" an delayed execution of specific cloud script handler.
After it "cron" became available to observe by user and modify by server.
Modification can be useful to provide ability to "boost" cron time.
Also cron can be canceled by user - cancelling will not do anything. All specific logic can be wrapped with custom cloud script by developer.
this feature will extend possibility to implement long play mechanics. also playfab can provide some limits for it, for example "max 3 cron jobs per user"
regards
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 PurchaseItem to the Server API
Improve GrantItemsToUsers to support item grants from multiple catalogs in a single call
Friend Request with Accept/Decline option
Remove old Cloud Script revisions using Admin API
API methods/CloudScript functions to interact with multiple Shared Groups at once
Add VC Recharge Rate to client and server APIs
Validate Receipt on Cloudscript
Playstream events should show input parameters/arguments
Cloud Script environment variables and Admin API to update them