Skip to content

Commit 2443ad1

Browse files
Merge pull request #212 from Ushadow-io/FIX/deepgram-workers
fixed deepgram worker script run
2 parents 81297d7 + 1afc979 commit 2443ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/advanced/start-workers.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ start_workers() {
8080
echo " - RQ worker 5: PID $RQ_WORKER_5_PID (transcription, memory, default)"
8181
echo " - RQ worker 6: PID $RQ_WORKER_6_PID (transcription, memory, default)"
8282
echo " - Audio persistence worker: PID $AUDIO_PERSISTENCE_WORKER_PID (audio queue - file rotation)"
83-
[ -n "$AUDIO_STREAM_DEEPGRAM_WORKER_PID" ] && echo " - Deepgram stream worker: PID $AUDIO_STREAM_DEEPGRAM_WORKER_PID (real-time transcription)"
84-
[ -n "$AUDIO_STREAM_PARAKEET_WORKER_PID" ] && echo " - Parakeet stream worker: PID $AUDIO_STREAM_PARAKEET_WORKER_PID (real-time transcription)"
83+
[ -n "$AUDIO_STREAM_DEEPGRAM_WORKER_PID" ] && echo " - Deepgram stream worker: PID $AUDIO_STREAM_DEEPGRAM_WORKER_PID (real-time transcription)" || true
84+
[ -n "$AUDIO_STREAM_PARAKEET_WORKER_PID" ] && echo " - Parakeet stream worker: PID $AUDIO_STREAM_PARAKEET_WORKER_PID (real-time transcription)" || true
8585
}
8686

8787
# Function to check worker registration health

0 commit comments

Comments
 (0)