javascript - parse.com scheduling a background job via REST api -
Using Parse.com, I'm trying to run a background job with a cloud code.
I managed to do this via a Parse.Cloud.httpRequest
call from the cloud code via REP API
This is actually a background job Runs instantly but I need to schedule it. I'm assuming that there is data to set in "payload", like some {"start: {" __ type ":" date "," iso ":" 2014-02-17T23: 28: 28.943Z "}}
But this does not work. Any help appreciated.
Comments
Post a Comment