You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a ride is confirmed and the ride date is in the past, send an reminder email to Facilitator on the 4th day past the ride date so they can remind the facilitator to remind the driver to complete feedback
Proposed solution:
Use a AWS lamda function and run it once per 24 hours, when it is awake, connect to mysql database in aws ( I presume the db was hosted on aws) and then get the rides table and see who needs to be reminded based on time elasped and feedback completion status. Then use Amazon ses to send the emails.
The text was updated successfully, but these errors were encountered:
If a ride is confirmed and the ride date is in the past, send an reminder email to Facilitator on the 4th day past the ride date so they can remind the facilitator to remind the driver to complete feedback
Proposed solution:
Use a AWS lamda function and run it once per 24 hours, when it is awake, connect to mysql database in aws ( I presume the db was hosted on aws) and then get the rides table and see who needs to be reminded based on time elasped and feedback completion status. Then use Amazon ses to send the emails.
The text was updated successfully, but these errors were encountered: