> Signal registered in the application: > uwsgi.register_signal(1, "workers", uwsgi.reload) > > If you call this a signal from any worker everything works properly. > > The other hand, I added a Mule with "brain", which occasionally should > call: > uwsgi.signal(1) > > This operation does not return any logs, but the signal does not seem to > work (there is no restart). > > Is from Mule side I can not call signals? > > uWSGI 1.0 >
This is fun, the most obvious usage of mules has no test-suite and has no...CODE !!! I totally forgot to add signal management for mules in the master. I have fixed it in 1.1 (just tested with python 3.2) I will backport it to 1.0 later -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
