TheOtherDavid / CoinCheck

A simple app that checks a crypto coin price and sends an SMS alert if there has been a big move recently.
1 stars 0 forks source link

Timebox the SMS alert #31

Open TheOtherDavid opened 3 years ago

TheOtherDavid commented 3 years ago

It's kind of annoying when I wake up to find 25 missed messages. I guess when I'm up late at night I still want some notifications, but the hours between 3 AM and 8 AM I'm almost always asleep. I should add an environment variable, maybe two, for blackout windows or maybe a mute window. MUTE_WINDOW_START and MUTE_WINDOW_END. Add this in whatever time zone is most used elsewhere in the code.