-
Notifications
You must be signed in to change notification settings - Fork 0
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
clean up unused email / sms delivery queues #209
Comments
PR to remove queues from api / celery |
PR to remove queues from api / celery |
There's a PR that needs eyes on it to review and get merged. Steve will send us a notice |
Corresponding terraform PR! |
Also have to delete alarms from the google sheet |
merged into staging yesterday. Tested with all priorities and on api and admin |
in production |
Sent emails in both staging and prod in all 3 queues |
Description
As a developer, I need to clean up unused code.
WHY are we building?
Clean up unused code related to the now unused
send-email-tasks
andsend-sms-tasks
queues.WHAT are we building?
Delete alarms, variables, and dashboard widgets related to these queues. Also delete code from the api repo related to these queues.
VALUE created by our solution
Less unused code / alarms / dashboards
Acceptance Criteria
Given some context, when (X) action occurs, then (Y) outcome is achieved.
send-sms-tasks
andsend-email-tasks
are no longer being usedQA Steps
The text was updated successfully, but these errors were encountered: