You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/deployments/_object.md.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Name | Type | Description
19
19
**status.details.error** | _string_ | Brief description of error encountered while deploying, if any. This field is cleared once the deployment progresses successfully.
20
20
**status.canary.steps.current** | _integer_ | The current canary step. Only available for deployments with strategy 'canary'. (experimental)
21
21
**status.canary.steps.total** | _integer_ | The total number of canary steps. Only available for deployments with strategy 'canary'. (experimental)
22
-
**strategy** | _string_ | Strategy used for the deployment; supported strategies are `rolling`and `canary` (experimental)
22
+
**strategy** | _string_ | Strategy used for the deployment; supported strategies are `rolling`, `canary` and `recreate` (experimental)
23
23
**options.max_in_flight** | _integer_ | The maximum number of new instances to deploy simultaneously
24
24
**options.web_instances** | _integer_ | The number of web instances the deployment will scale to
25
25
**options.memory_in_mb** | _integer_ | The amount of memory in megabytes to allocate per web process instance. If `null`, the amount allocated will be taken from the previous web process.
0 commit comments