State-of-art on scheduled tasks

aldeed:scheduled-tasks and percolate:synced-cron are no longer in active development. Do you know a package, or how to on Meteor, to schedule tasks?

I did a simple CRUD for Push Notifications where you can set a day and a hour, now I want to set a hourly cronjob (?) to fetch pushes that should occur at the current day+time and send them.

What do you recommend to accomplish this?

1 Like

Use vsivsi:job-collection, which lets you offload jobs to a separate worker process.

1 Like