[SOLVED] Schedule job in self hosted parse server

Hello,

How can I schedule the execution of jobs on the self hosted parse server in the same way as on the moralis server?

image

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

1 Like

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

2 Likes

Great! Thank you very mutch!