Skip to content

Parse Cloud Jobs #2909

Closed
Closed
@nirajmchauhan

Description

@nirajmchauhan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions