|
|
|
|
|
by leetrout
213 days ago
|
|
Just as an aside for the fargate convo... we switched from fargate to EC2 auto scaling group so we could run a custom AMI that has our container images (which are larger than I like) pre-baked and we went from a ~3 minute startup in fargate to ~30 seconds with the ASG when it's not triggering a scaling action. We're using prefect not Temporal and each prefect flow launches in a discrete ECS task so the waiting added up. |
|