When the old instance has status Exited, rollout command not start the new instance.
it trying to start the old instance instead and break because the old instance has error in it.
I expected it to ignore the error in old instance and start the new instance. Then re route the when the new instance is ready.
==> Service 'django' is not running. Starting the service.
Container xxx-django-13 Created
Container xxx-django-13 Starting
Container xxx-django-13 Started
after that line, no scaling happens for that service
When the old instance has status
Exited, rollout command not start the new instance.it trying to start the old instance instead and break because the old instance has error in it.
I expected it to ignore the error in old instance and start the new instance. Then re route the when the new instance is ready.
after that line, no
scalinghappens for that service