Updating a service should trigger a rebuild only when needed
complete
Yann Léger
Currently, any modification of a service triggers a rebuild.
This is not always needed and slows down operations, for instance if you scale horizontally or vertically a service, a rebuild is not needed.
Log In
David Lechevalier
complete
We’ve introduced the option to deploy a Service without rebuilding. This allows you to reduce the time to deploy changes when they don’t impact the build, enabling faster troubleshooting. Previously a build occurred on every service settings update.
David Lechevalier
in progress
David Lechevalier
Merged in a post:
Deploy without rebuilding
Édouard Bonlieu
Providing an option to redeploy a service without rebuilding it will help to save some time when for instance you edit some service configuration settings that don't impact the build stage.
David Lechevalier
planned