datamade / nyc-council-councilmatic

NYC Council version of Councilmatic
MIT License
7 stars 3 forks source link

Devise a systematic way to check the status of notification emails #130

Open reginafcompton opened 6 years ago

reginafcompton commented 6 years ago

Follow-up to issue #126

How can we quickly know if users are not receiving notification emails?

Some solutions: (1) Every day, put an email into the Redis queue, and check for that Redis completed this process. (2) Every day, send a test email (making use of Redis) to a real email account. (The problem here: this will quickly grow redundant and the human required to check the email may start to casually overlook it - whether present or not.)