Hi there ! I just joined a new company, which use...
# pacc-nov-19-20-2024
q
Hi there ! I just joined a new company, which use Prefect. Their main issue is that they are using ECS as their worker, hence they are having an important cold start for some task. Do you have any content that I could find to find the best solution to reduce latency on our architecture ? 🙂 Thanks !!
j
I use ECS Fargate. I noticed Docker image size tends to be the biggest factor. If you're using the official Prefect docker images I'm not sure what advice to give, but if you're building from these images or building from something else entirely (probably not recommended) then you may want to look into whether there are dependencies or build artifacts you can remove.
I suppose you could also look into ECS EC2 or EKS deployments, not sure whether these would save you trouble
running on lambda may be an option as well