Hacker News new | ask | show | jobs
by ezekg 3237 days ago
I've used https://github.com/kelektiv/node-cron in the past, which could be run in the same process as the web app or in its own process. Works really well for recurring jobs.
1 comments

Yes thanks, using something like node-cron can resolve your problem.