Closed
Description
I just updated the npm package for parse-dashboard and it gives support for Parse.Cloud.job
. I created following cloud job
Parse.Cloud.job("CloudJobTesting", function(request, status) {
console.log('Running....');
status.success('Job completed successfully');
});
Triggered the above job from parse-dashboard and it worked.
So does it mean that, we can schedule cloud jobs without using kue
or other scheduler?
Metadata
Metadata
Assignees
Labels
No labels