Skip to content

Commit

Permalink
Merge #911
Browse files Browse the repository at this point in the history
911: chore(justfile): Improve `just coordinator-detached` r=klochowicz a=klochowicz

Wait for coordinator to actually start before stating that it started successfully.

Note: We can't do this with maker for now, as there's no HTTP API there yet.

Co-authored-by: Mariusz Klochowicz <[email protected]>
  • Loading branch information
bors[bot] and klochowicz authored Jul 6, 2023
2 parents 4270619 + 8984402 commit 776acb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ run-coordinator-detached:

echo "Starting (and building) coordinator"
cargo run --bin coordinator &> {{coordinator_log_file}} &
just wait-for-coordinator-to-be-ready
echo "Coordinator successfully started. You can inspect the logs at {{coordinator_log_file}}"

# Starts maker process in the background, piping logs to a file (used in other recipes)
Expand Down

0 comments on commit 776acb3

Please sign in to comment.