File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments