Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make scheduler run every hour to catch edge cases #9

Open
courtneyfay opened this issue Sep 21, 2022 · 1 comment
Open

Make scheduler run every hour to catch edge cases #9

courtneyfay opened this issue Sep 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@courtneyfay
Copy link

Acceptance criteria:

  • Scheduler should run every hour (or at least, more often than once a day) to catch edge cases where someone might sign up for a case that is taking place the next day
@courtneyfay courtneyfay added the enhancement New feature or request label Sep 21, 2022
@NathanWEdwards
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants