Can't repeatedly reload uwsgi
- by Connorhd
In Ubuntu 12.04 I can only reload my uwsgi app once, after this reload and force-reload fail. This appears to be because after the first reload the process names change from uwsgi to uwsgi-core, and the reload script looks for uwsgi processes with specific pids.
I'm not sure if this is just a bug, and if so is there somewhere sensible for me to report it?
Otherwise is there something I could be doing wrong to cause this?