Skip to content

Commit

Permalink
Deploying to gh-pages from @ c968582 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeletcanetti committed Sep 8, 2024
1 parent 84e5494 commit 0deb950
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,11 @@
}
}
},
"maxReplacementsPercentage": {
"type": "integer",
"description": "The percentage of active instances that can be replaced in parallel.\nThis is used to prevent a large number of instances from being replaced at once.\n",
"example": 15
},
"persistence": {
"type": "array",
"description": "You can register persistence (Stateful) recovery arguments\n",
Expand Down Expand Up @@ -4001,6 +4006,13 @@
"example": 120,
"description": "The time in seconds to allow the instance be drained from incoming TCP connections and detached from ELB before terminating it, during a scale down operation\n"
},
"maxReplacementsPercentage": {
"type": "integer",
"minimum": 0,
"maximum": 100,
"example": 15,
"description": "The percentage of active instances that can be replaced in parallel\n"
},
"signals": {
"type": "array",
"description": "The signals defined for this group. For more information refer the below article: [Signals](https://docs.spot.io/elastigroup-for-aws/concepts/compute-concepts/using-signals-in-elastigroups)\n",
Expand Down

0 comments on commit 0deb950

Please sign in to comment.