I have an application where I have to remind the user 1 week, 2 days and also 2 hours before of the appointment date.
I have implemented this with cron-job already, but wanted to know is there any better approach, such as event queues, micro-services.
Please share your input.
Thank you.