jackmuva / trtlmail-email-service

Microservice for email related activity for trtlmail
0 stars 0 forks source link

parallelize the load on email service #4

Open jackmuva opened 6 months ago

jackmuva commented 5 months ago

Thinking about having a master service that assigns jobs to worker nodes

jackmuva commented 5 months ago

https://aws.amazon.com/blogs/containers/optimizing-amazon-elastic-container-service-for-cost-using-scheduled-scaling/

jackmuva commented 5 months ago

Need to figure how to scale worker nodes by database size

jackmuva commented 3 months ago

Can also think about adding jobs to queue and using lambda to process from queue

jackmuva commented 4 days ago

For sqs: https://medium.com/@mertcakmak2/aws-standard-sqs-queue-with-spring-boot-974c163e0616