Scheduling jobs and running them on the server is one of the main problems we need to handle on our projects since it helps a lot of stuff such as auto email sending functionality, auto data pulling functionality, auto cleaning functionality etc.
We are normally using daemon to schedule and run jobs on the server.
As for the meteor project, we can use the following library though.
https://github.com/vsivsi/meteor-job-collection
And here is the demo site using the above library.
https://jcplayground.meteorapp.com/
As it’s so cool, it would be very helpful for us to use it in our any meteor projects.