Y
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
bdav24
3237 days ago
Yes thanks, using something like node-cron can resolve your problem.
link