case-eee / kackle

MIT License
1 stars 0 forks source link

Setup Twilio service to send daily text messages. #1

Closed case-eee closed 7 years ago

s-espinosa commented 7 years ago

@case-eee Did we set a time? I think last time we discussed we wanted these to all go out at the same time rather than letting users pick a time. My instinct would be to do this with Heroku's scheduler, but that leaves us some freedom to figure out how we want to execute. I could see two options:

1) Task to send the jokes runs once per day. 2) Task to check to see if a user's desired time is the current hour (which sends jokes to them if it is), that runs once per hour.

case-eee commented 7 years ago

@s-espinosa Oh I like the idea of having them choose! Maybe we start with all at the same time then add that feature later?

s-espinosa commented 7 years ago

@case-eee Think that's right!