0

I have an API that have some heavy processing endpoints. To avoid problems, I created a queue system using redis.

Now I put this API into a docker, and I'm using ECS to deploy service that creates a task that loads the docker with the API. However, when introducing the docker I read I have to create a new docker with Redis. Now, my question is:

Who will do the heavy processing here? the redis docker, right? I am asking this because I have to assign how much CPU and RAM I want for each task created in the ECS, and I wish to know if I cannot assign any to them so each will use what they need or if I have to assign a minimum which one should have more power.

0 Answers0