kaldi-gstreamer-server icon indicating copy to clipboard operation
kaldi-gstreamer-server copied to clipboard

Worker process stops responding if i send audio chunks for long time

Open cbsandeep10 opened this issue 6 years ago • 1 comments

Hi alumae

I tried your gstreamer docker and i have launched 8 workers and one master using supervisord and it is working fine. But if i do send buffers for long time one of worker suddenly stops responding.

Is there anyway i can make sure that even after worker dies ,i bring it back online?

Thanks in advance

cbsandeep10 avatar Jun 18 '18 12:06 cbsandeep10

In the supervisord file, you have to specify the following properties:

  • autostart = yes
  • autorestart = yes
  • startretries = 3 (default)

sirifarif avatar Jan 13 '20 11:01 sirifarif