I am building a SaaS application, where users logs in and creates reminders for a particular date and time in future, and when the time is met, my application is responsible for reminding the respective user about the reminder he/she has set in the past
Example:
Say user "Foo"
logs in and creates a reminder on 2:30pm 27th April 2018 (a date time in future).
My application should send an email on that exact date-time to "Foo"
as any other reminder app.
Like this there can be thousands of reminders ACTIVE for hundreds of users.
Node.js
I have tried packages like node-schedule and other cron-job solutions but I believe/found - Cron-jobs are not designed for solving problems like one of mine.
Please help me with a solution. Thanks
Not sure if you are still looking for a solution but I came across this :https://github.com/agenda/agenda
Its a lightweight node.js scheduling library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With