lxyu / supervisor-quick

Bypass supervisor's nasty callbacks stack and make it quick!
http://lxyu.github.io/supervisor-quick
26 stars 8 forks source link

supervisor-quick does not work.Please help! #5

Closed tnajun closed 8 years ago

tnajun commented 8 years ago

supervisor-quick does not work. My environment is this. ・Python (2.7.5) ・supervisor (3.1.3) ・supervisor-quick (0.1.4)

'supervisorctl quickstart application-name' is carried out, no reaction. When 'supervisorctl status' checked, it still stop. Even if the log is made a debug mode, nothing is output.

lxyu commented 8 years ago

try add a : after the application-name

supervisorctl quickstart application-name:

this is a bug in supervisor-quick that it only works for process group.. to be fixed..

tnajun commented 8 years ago

Thank you. And I tried it and it run. It works about 1% faster. How much faster would it be compared to the default stop and start?

lxyu commented 8 years ago

It works best when stop and start takes tens of seconds...If you don't feel the default start/stop slow, don't use it~