Y
Hacker News
new
|
ask
|
show
|
jobs
by
garysieling
3237 days ago
Are there any well-tested Node.js libraries to do scheduling alongside something this? E.g., if I wanted to send the notifications once a week, etc.
1 comments
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.
link
bdav24
3237 days ago
Yes thanks, using something like node-cron can resolve your problem.
link