|
|
|
|
|
by norapap
225 days ago
|
|
We went with Fargate because it keeps things lean — no servers to manage, no patching, no scaling headaches. It’s perfect for our bursty workloads, since we only pay when containers actually run . Plus autoscaling just works . In the github you can find comments to easily switch to EC2 if your workload needs it |
|
We're using prefect not Temporal and each prefect flow launches in a discrete ECS task so the waiting added up.