Bug on nodejs-supervisor 0.7.1
Hello I have such problem. When I established nodejs-supervisor-0.5.2-5.el6.noarch, I set - w a way to the folder and everything perfectly worked for me. When I established version 0.7.1, before it having completely removed the old version. I set - w and a way to the folder and I start the application. At me almost every time starts taking off on the 502 error when I refresh the page. Thus the file application and other files doesn't change. If I set - w a way/namefile.js. That no 502 mistakes are present and everything works perfectly. I don't understand why such occurs in the new version. Now works at version 0.7.1 perfectly if to start so supervisor -w /home/server.js -e js -x node /home/server.js and if to start so supervisor -w /home/ -e js -x node /home/server.js, through updating of the page gives out a mistake 502, though so worked at the 0.5.2-5 version perfectly. If poll_interval 1000, then crashing child. If poll_interval 500, all good. Thanks.