pages-core icon indicating copy to clipboard operation
pages-core copied to clipboard

Replace https endpoint in Pages Mailer with Redis/BullMQ pub/sub.

Open amirbey opened this issue 4 years ago • 0 comments

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>

amirbey avatar Nov 23 '21 19:11 amirbey