Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.12 KB

File metadata and controls

19 lines (16 loc) · 1.12 KB

# PatchEnvironmentComposeRequest

Properties

Name Type Description Notes
architecture string [optional]
task_cpu string [optional]
task_memory string [optional]
min_capacity int [optional]
max_capacity int [optional]
single_task_only bool Forces single-task mode (max one running task). Omitted = auto-detect from stateful containers. [optional]
startup_grace_period_seconds int Seconds the load balancer waits after a task starts before an unhealthy health check can replace it. Default 120. [optional]
containers object[] [optional]
spot_configuration \QuantClient\Model\PatchEnvironmentComposeRequestSpotConfiguration [optional]
enable_cross_env_networking bool [optional]
enable_cross_app_networking bool [optional]

[Back to Model list] [Back to API list] [Back to README]