codeforbtv / courtbot-vt-frontend

1 stars 1 forks source link

Make scheduler run every hour to catch edge cases #9

Open courtneyfay opened 2 years ago

courtneyfay commented 2 years ago

Acceptance criteria:

NathanWEdwards commented 1 year ago

Currently,

After the application sends out notifications for a docket id's court session, when a reminder document is created from a user subscribing to receive notifications on a docket id that has an upcoming court session taking place the following day, then the reminder document will remain in an active state until a matching docket id is found and processed by the send-reminders script to update reminder documents.

It would be nice if the scheduler ran up until the start of a court session to catch conditions when reminders documents would otherwise remain active, indefinitely.