Skip to content

Commit 57245f6

Browse files
committed
typo
1 parent baeaeb3 commit 57245f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/autoscaling/src/simcore_service_autoscaling/modules/auto_scaling_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ async def _notify_based_on_machine_type(
10911091
await post_tasks_log_message(app, tasks, message=msg, level=logging.INFO)
10921092
await post_tasks_progress_message(
10931093
app,
1094-
task=tasks,
1094+
tasks=tasks,
10951095
progress=time_since_launch.total_seconds()
10961096
/ instance_max_time_to_start.total_seconds(),
10971097
progress_type=ProgressType.CLUSTER_UP_SCALING,

0 commit comments

Comments
 (0)