Ensure scale set exists
Github will remove inactive scale sets after 7 days. This change ensures the scale set exists in github before spinning up the listener. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
c48bb50f2a
commit
39003f006a
14 changed files with 333 additions and 43 deletions
|
|
@ -636,6 +636,7 @@ type UpdateScaleSetParams struct {
|
|||
GitHubRunnerGroup *string `json:"runner_group,omitempty"`
|
||||
State *ScaleSetState `json:"state"`
|
||||
ExtendedState *string `json:"extended_state"`
|
||||
ScaleSetID int `json:"-"`
|
||||
}
|
||||
|
||||
// swagger:model CreateGiteaEndpointParams
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue