Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.63 KB

File metadata and controls

31 lines (21 loc) · 1.63 KB
layout pubDate modDate title description navOrder hideInThisSectionHeader
src/layouts/Default.astro
2023-01-01
2023-01-01
Elastic and transient environments
Elastic and transient environments are a group of features that facilitate deploying to machines that are intermittently available for deployment.
40
true

Elastic and transient environments is a group of features to facilitate deploying to machines that are intermittently available for deployment.

Scenarios {#ElasticandTransientEnvironments-Scenarios}

Auto-scaling infrastructure {#ElasticandTransientEnvironments-Auto-scalinginfrastructure}

OctoFX has become so popular that additional servers are required to manage peak load. At peak times servers are provisioned and the latest version of OctoFX is deployed to those servers. When demand wanes the additional servers are terminated.

Intermittent connectivity {#ElasticandTransientEnvironments-Intermittentconnectivity}

OctoFX is being deployed to trading desks in offices around the world. Occasionally, unknown to the deployment team, the machines that host OctoFX are taken down for maintenance. OctoFX must be kept up to date when a machine comes back online.

Elastic and transient environment features {#ElasticandTransientEnvironments-ElasticandTransientEnvironmentfeatures}

  • Automatically keep deployment targets up to date with the latest releases.
  • Automatically reflect infrastructure changes in your environments.
  • Deploy to environments where deployment target status may change during the deployment.

Learn more