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 scheduled waitlist notifications persistent #6

Open
noerw opened this issue Oct 25, 2016 · 1 comment
Open

make scheduled waitlist notifications persistent #6

noerw opened this issue Oct 25, 2016 · 1 comment

Comments

@noerw
Copy link
Member

noerw commented Oct 25, 2016

a scheduled mail should be sent even after an app restart.

e.g. add a column waitlist_scheduled to each token, which is read on startup and fed into mailer.waitlistSchedule

@SpeckiJ
Copy link
Member

SpeckiJ commented Oct 25, 2016

Suggestion: Additional DB Table with Token/Timestamp pairs

  • Increased performace resulting from less entries to process ? (In theory at least :) )
  • Separation between Userdata and internal administrative data
  • Implementation of additional administrative data easily possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants