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

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -