2

We began using managed VMs over the sandboxed environment and experienced that even though multiple instances of the application were running, the platform didn't roll them out in a rolling fashion so we hit 503s on a regular base while deploying.

Are we missing something in terms of health checks or the like?

Cedric Ziel
  • 1,052
  • 8
  • 21

1 Answers1

0

Managed VMs (Flex environment) does not yet support full rolling updates. The recommended way would be to always deploy into a new incremental version, ensure that new version is serving fine and then start ramping up production traffic to it using traffic splitting feature.

PrecariousJimi
  • 1,503
  • 8
  • 20