Kong JS PluginServer failed

Hi All,

I have developed a custom plugin for kong and using this in my kubernetes cluster where I am using kong as the ingres controller. Problem I am facing is, some times I am getting the following error and my plugin stops working.
/usr/local/kong/js_pluginserver.sock failed (111: Connection refused)

Once restarted only it will start working again. This is causing critical issues in my production environment. Is there any way I can add the socket running check in kong health or any command to check the status of this plugin server.

Please help me.