pages-core
pages-core copied to clipboard
Replace https endpoint in Pages Mailer with Redis/BullMQ pub/sub.
Background (Optional)
This will:
- remove the need to enable and use C2C networking
- remove the need to enforce TLS without ignoring current certificate errors
- simplifies communication since it is async anyways and auth is handled by Redis
- remove the need for a web server
Acceptance Criteria
- [ ] Mailer process Redis mail queue and sends message to cloud.gov mail server
- [ ] Change made live via <TODO>.
After evaluating, edit this part:
Level of effort - <low/medium/high>
Implementation outline (if higher than "low" effort):
- [ ] <TODO>