mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-20 05:23:44 +00:00
try pushing updates to scaleset configs frequently until the push succeeds (#489)
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user