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

Add a process type to templates #790

Closed
wants to merge 1 commit into from

Conversation

servingUpAces
Copy link
Contributor

This is the first deploy in series of deploys to give certain templates priority in processing.
Applicable templates would be for two factor auth or one time passwords.

If the template is marked as priority the notification will be sent using the notify queue.
The notify queue is a low volume queue, messages here will not be queue behind a large job and should be delivered with in a more consistent time frame.

  • Added templates.process_type and templates_history.process_type column.
  • Added a template_process_type table to handle the enum for templates.process_type, initial values are normal and priority

https://www.pivotaltracker.com/story/show/135429147

…es priority in processing.

If the template is marked as priority the notification will be sent using the `notify` queue.
The `notify` queue is a low volume queue, messages here will not be queue behind a large job and should be delivered with in a more consistent time frame.

- Added templates.process_type and templates_history.process_type column.
- Added a template_process_type table to handle the enum for templates.process_type, initial values are normal and priority

https://www.pivotaltracker.com/story/show/135429147
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant