Skip to content

Commit

Permalink
Minor: Adjust status message
Browse files Browse the repository at this point in the history
The term "BUSY" implies the dedicated host is doing something else.
This is not the case for staggering launches.  Use a more descriptive
status indicator for this.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Nov 17, 2023
1 parent 3a9c2d4 commit d1a3503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac_pw_pool/LaunchInstances.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ for name_hostid in "${NAME2HOSTID[@]}"; do
dbg " now_hour=$now_hour"
if [[ $now_hour -lt $launch_threshold_hour ]]; then
msg "Cannot launch new instance until $launch_threshold"
echo "# $name HOST BUSY: Inst. creation delayed until $launch_threshold" > "$inststate"
echo "# $name HOST THROTTLE: Inst. creation delayed until $launch_threshold" > "$inststate"
continue
else
launch_new=1
Expand Down

0 comments on commit d1a3503

Please sign in to comment.