Skip to content

Commit f52dc5a

Browse files
committed
@GitHK review: improve text
1 parent f020bf1 commit f52dc5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/autoscaling/src/simcore_service_autoscaling/modules/cluster_scaling/_auto_scaling_core.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,9 @@ async def _try_start_warm_buffer_instances(
479479
_logger.warning(
480480
"Could not start warm buffer instances! "
481481
"TIP: This can happen in case of Insufficient "
482-
"Capacity on AWS AZ(s) where the warm buffers were created. "
483-
"Scaling up will be achieved via launching new EC2 instances instead.",
482+
"Capacity on AWS AvailabilityZone(s) where the warm buffers were originally created. "
483+
"Until https://github.com/ITISFoundation/osparc-simcore/issues/8273 is fixed this "
484+
"will prevent fulfilling this instance type need.",
484485
exc_info=True,
485486
)
486487
# we need to re-assign the tasks assigned to the warm buffer instances

0 commit comments

Comments
 (0)