Hello all,

I am implementing a reminder system. The purpose is to provide API to
client App to add a meeting, and before X minutes the meeting is to open,
the reminder system can send notif to user by SMS or email. Here I need a
function like: when a meeting is created, check the open time of the
meeting, and schedule a job of sending email or sms to be executed just
before the X minutes the meeting is open. I checked the goworker but it
seems there is no way to enqueue a "delayed" job, any suggestions about the
implementation?

Thanks,

James

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAMhUYgyZ0c1k6DwjGwm1B1cFzFCXrH72TZ5uca_0rz%3Dmy47X5w%40mail.gmail.com.

Reply via email to