kaldi-gstreamer-server
kaldi-gstreamer-server copied to clipboard
Worker process stops responding if i send audio chunks for long time
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
In the supervisord file, you have to specify the following properties:
- autostart = yes
- autorestart = yes
- startretries = 3 (default)