Hacker News new | ask | show | jobs
by mattbillenstein 2626 days ago
Typically implement this as using cron - you have some logic around which users should be sent a message, tracking this in the db, then send the notification when the cron job runs every day or week or whatever.
1 comments

Yup, totally. Was just curious if someone had made this process just a little bit easier.