Faster deploy times with Copilot #3480
-
Is there a way to speed deployment time? In our experience, a single service with no addons or otherwise can take up to 7 min to deploy. We now have 3 services and a simple deployment can roughly 25 min. I am wondering if anyone is dealing with the same issues and can shed some light. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @afgallo ! Seems like the ECS service update is taking a while. A few things that could speed it up:
These may help speed up the ECS service update! We are also aiming to add In addition, it may be also helpful to use multi-stage build to speed up the image building process if that's taking a while as well! |
Beta Was this translation helpful? Give feedback.
Hello @afgallo ! Seems like the ECS service update is taking a while. A few things that could speed it up:
image.healthcheck
'sinterval
http.healthcheck
'sinterval
These may help speed up the ECS service update!
We are also aiming to add
recreate
as a deployment option in our next release. You can use"recreate"
to speed up the deployment in your test environment that can deal with some down time!In addition, it may be also helpful to use multi-stage build to speed up the image building process if that's taking a while as well!