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 templates process type #791

Merged
merged 3 commits into from
Jan 13, 2017
Merged

Conversation

servingUpAces
Copy link
Contributor

This is the first deploy in series of deploys to give certain templates 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.

Rebecca Law added 3 commits January 13, 2017 12:14
…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
@servingUpAces servingUpAces merged commit 56f1ed1 into master Jan 13, 2017
@servingUpAces servingUpAces deleted the add-templates-process_type branch January 13, 2017 14:53
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

2 participants