Skip to content

Commit

Permalink
Merge pull request #129 from meedan/cv2-5709-ensconce-processor
Browse files Browse the repository at this point in the history
CV2-5709 wrap processor run within worker status check
  • Loading branch information
DGaffney authored Nov 19, 2024
2 parents 590b5ef + f7a41a2 commit eab4bd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
# Start the processor process in the foreground
python run_processor.py
fi

0 comments on commit eab4bd5

Please sign in to comment.