> Just to be clear/sure: you expect the vacuum to run only on shutdown and > not on restart, right ? > > Either way. The problem is that the app does not run after a restart > because the PID and/or socket file are not there. They could be either not > vacuumed or cleaned and recreated. >
I have tried to reproduce the problem without luck :( Are you sure uWSGI (the emperor) is restarted by upstart and not simply stopped ? looks like all the stack is closed and i do not see a definition for reload/restart in your upstart script. The only difference with 0.9.8 is in signal handling (original emperor did not manage unix signals), so maybe this is where the problem is. Can yuou report the full sequence of the commands you run, with each step followed by a "ps aux | grep uwsgi" Many thanks -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
