Operating the Celery Worker in the ECS Fargate
问题 I am working on a project using AWS ECS. I want to use Celery as a distributed task queue. Celery Worker can be build up as EC2 type, but because of the large amount of time that the instance is in the idle state, I think it would be cost-effective for AWS Fargate to run the job and quit immediately. Do you have suggestions on how to use the Celery Worker efficiently in the AWS cloud? 回答1: Fargate launch type is going to take longer to spin up than EC2 launch type, because AWS is doing all