Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Wait until dora daemon is connected to coordinator on dora up #496

Merged
merged 1 commit into from
May 3, 2024

Conversation

phil-opp
Copy link
Collaborator

@phil-opp phil-opp commented May 2, 2024

It might take a short time until the daemon is connected to the coordinator after start-up. This could lead to issues when using dora up in a script because a subsequent dora start command might fail when the daemon is not connected at that point.

This commit fixes this issue by waiting until the coordinator confirms that a daemon is connected before returning from dora up.

It might take a short time until the daemon is connected to the coordinator after start-up. This could lead to issues when using `dora up` in a script because a subsequent `dora start` command might fail when the daemon is not connected at that point.

This commit fixes this issue by waiting until the coordinator confirms that a daemon is connected before returning from `dora up`.
binaries/cli/src/up.rs Show resolved Hide resolved
@phil-opp phil-opp merged commit 20cb68c into main May 3, 2024
17 checks passed
@phil-opp phil-opp deleted the robust-up branch May 3, 2024 09:30
@haixuanTao haixuanTao mentioned this pull request May 17, 2024
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.

None yet

2 participants