Skip to content

Commit 0ba91f2

Browse files
Reorder args for scale_from_zero method
1 parent a69d976 commit 0ba91f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/machinery/az.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def get_first_machine(query: sqlalchemy.orm.Query) -> Optional[Machine]:
641641
return None
642642
return machine
643643

644-
def _scale_from_zero(self, os_version: str, task: Task, tags):
644+
def _scale_from_zero(self, task: Task, os_version: str, tags):
645645
"""
646646
Scale up VMSS with current size of 0 and able to run the task.
647647
"""

0 commit comments

Comments
 (0)