try pushing updates to scaleset configs frequently until the push succeeds (#489)

This commit is contained in:
bmc-msft
2021-02-01 10:09:40 -05:00
committed by GitHub
parent e894a523ab
commit 0f70ffa3e2
5 changed files with 17 additions and 8 deletions

View File

@ -621,6 +621,7 @@ class Scaleset(BaseModel):
region: Region
size: int
spot_instances: bool
needs_config_update: bool = Field(default=False)
error: Optional[Error]
nodes: Optional[List[ScalesetNodeState]]
client_id: Optional[UUID]