diff --git a/start_all.sh b/start_all.sh index 9824549..6d51d5a 100755 --- a/start_all.sh +++ b/start_all.sh @@ -1,9 +1,5 @@ #!/bin/sh - -if [ "$ROLE" != "worker" ]; then - # Start the HTTP server process in the background if not a worker - uvicorn main:app --host 0.0.0.0 --port ${PRESTO_PORT} --reload & -fi +uvicorn main:app --host 0.0.0.0 --port ${PRESTO_PORT} --reload & if [ "$ROLE" = "worker" ]; then # Start worker processes