Hello,
How can I schedule the execution of jobs on the self hosted parse server in the same way as on the moralis server?
Thank you very much
Hello,
How can I schedule the execution of jobs on the self hosted parse server in the same way as on the moralis server?
Thank you very much
If you are using Heroku for hosting, it has a different process to schedule jobs. Check these below docs.
Defining a Job: https://docs.parseplatform.org/cloudcode/guide/#define-a-job
Scheduling Job on Heroku: https://devcenter.heroku.com/articles/scheduler#scheduling-jobs
you can also install a separate module for scheduling jobs for parse server (search it on google), similar to what you see there in the dashboard interface
Great! Thank you very mutch!