Skip to content

fix: multi-node serving with ray#1518

Merged
AlpinDale merged 1 commit into
mainfrom
multi_node_fix
Sep 16, 2025
Merged

fix: multi-node serving with ray#1518
AlpinDale merged 1 commit into
mainfrom
multi_node_fix

Conversation

@AlpinDale

Copy link
Copy Markdown
Member

No description provided.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment thread examples/multi_node.sh
fi
echo "Waiting until the ray worker is active..."
sleep 5s;
done

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Ray Worker Retry Logic Fails on Success

The worker subcommand's retry logic is flawed because ray start --block blocks indefinitely when successful. This prevents the script from ever reaching the exit code check or continuing the retry loop, making the retry mechanism ineffective for detecting a successful connection.

Fix in Cursor Fix in Web

@AlpinDale AlpinDale merged commit f5e180d into main Sep 16, 2025
1 of 5 checks passed
@AlpinDale AlpinDale deleted the multi_node_fix branch September 16, 2025 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant