From f7a41a262a15d4f3ccafc7db70129862ed424297 Mon Sep 17 00:00:00 2001 From: Devin Gaffney Date: Tue, 19 Nov 2024 11:20:05 -0800 Subject: [PATCH] CV2-5709 wrap processor run within worker status check --- start_all.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start_all.sh b/start_all.sh index 7b710e1..6ccdd3a 100755 --- a/start_all.sh +++ b/start_all.sh @@ -21,7 +21,7 @@ if [ "$ROLE" = "worker" ]; then done ) & # Run workers as background processes done -fi -# Start the processor process in the foreground -python run_processor.py \ No newline at end of file + # Start the processor process in the foreground + python run_processor.py +fi