You can schedule background jobs. Create a job as you wish, for example:
Parse.Cloud.job("my_job", function(request, response) {
response.success("Ran scheduled job.");
});
Deploy that to your Parse App and go to your Cloud Code dashboard, then click on Scheduled Jobs. From there, click on Schedule a Job and set up the first time it should be called and it's frequency. Simply save that and you are ready! :)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…