cds-snc / covid-alert-server

Exposure Notification: Diagnosis Server implementation / Notification d’exposition : Mise en œuvre du serveur de diagnostic
Apache License 2.0
298 stars 31 forks source link

feat: move DB write actions to submission server #461

Closed CalvinRodo closed 2 years ago

CalvinRodo commented 2 years ago

Move the database migration work and the expiration worker from the retrieval server to the submission server.

We are doing this so that we can have the retrieval server use the readonly end point for RDS which should reduce DB load on the write instance of RDS.