Skip to content

Commit 9545cfe

Browse files
sandereggCopilot
andauthored
Update services/autoscaling/src/simcore_service_autoscaling/core/errors.py
Co-authored-by: Copilot <[email protected]>
1 parent 7484a48 commit 9545cfe

File tree

1 file changed

+1
-1
lines changed
  • services/autoscaling/src/simcore_service_autoscaling/core

1 file changed

+1
-1
lines changed

services/autoscaling/src/simcore_service_autoscaling/core/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TaskRequiresUnauthorizedEC2InstanceTypeError(AutoscalingRuntimeError):
1818

1919
class TaskRequirementsAboveRequiredEC2InstanceTypeError(AutoscalingRuntimeError):
2020
msg_template: str = (
21-
"Task {task} requires {instance_type} but requires {resources}. {resources_diff} are missing! "
21+
"Task {task} specifies instance type {instance_type} but requests {resources}. {resources_diff} are missing! "
2222
"TIP: Ensure task resources requirements fit required instance type available resources."
2323
)
2424

0 commit comments

Comments
 (0)