mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +00:00
try pushing updates to scaleset configs frequently until the push succeeds (#489)
This commit is contained in:
@ -133,7 +133,7 @@ def check_can_update(name: UUID) -> Any:
|
||||
if vmss is None:
|
||||
raise UnableToUpdate
|
||||
|
||||
if vmss.provisioning_state != "Succeeded":
|
||||
if vmss.provisioning_state == "Updating":
|
||||
raise UnableToUpdate
|
||||
|
||||
return vmss
|
||||
|
Reference in New Issue
Block a user