aboutsummaryrefslogtreecommitdiffstats
path: root/src/notifier/tasks.py
AgeCommit message (Collapse)AuthorFilesLines
2021-03-26Additional fix for emailSean Smith1-1/+1
Signed-off-by: Sean Smith <ssmith@iol.unh.edu> Change-Id: I0599e29c7930386651f77bceccf05d069ebd4101
2020-10-05Make emails send asynchronously (using celery job)Sawyer Bergeron1-1/+17
Change-Id: I9f4d5d05a0b72c883d667cf3910b3b318cbe82fa Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
2020-01-28Comments and DocumentationParker Berberian1-5/+5
This change adds a ton of comments and documentation across all the code. Change-Id: Ifee0a2f534e8584f14b0f13af4dda8dc70eb7553 Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
2019-12-03Add warning email and notificationBrandon Lo1-0/+35
This adds the abandoned changes made to the notification system and also adds a simple task to check for expiring bookings and sends out emails and notifications. Change-Id: I1530d19f41cf93626bb642e6b269f9ec55860b81 Signed-off-by: Brandon Lo <lobrandon1217@gmail.com>