We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69d976 commit 0ba91f2Copy full SHA for 0ba91f2
modules/machinery/az.py
@@ -641,7 +641,7 @@ def get_first_machine(query: sqlalchemy.orm.Query) -> Optional[Machine]:
641
return None
642
return machine
643
644
- def _scale_from_zero(self, os_version: str, task: Task, tags):
+ def _scale_from_zero(self, task: Task, os_version: str, tags):
645
"""
646
Scale up VMSS with current size of 0 and able to run the task.
647
0 commit comments