Bug: send_monthly_attendance_reminder_emails has never worked
#2593
mroderick
started this conversation in
Maintenance
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Issue
The method
InvitationManager#send_monthly_attendance_reminder_emails(introduced in April 2016) has never actually sent any emails in 9+ years.The mailer method is called but no delivery method is invoked. The mail object is instantiated and then discarded.
Additional Issue
The rake task
reminders:meeting(which invokes this method) is NOT scheduled on Heroku Scheduler. Only these are scheduled:reminders:workshopfeedback:requestjobs:workoffImpact
Questions
.deliver_later(and schedule it)?Beta Was this translation helpful? Give feedback.
All reactions