Re: [uWSGI] Signal handling, I'm confused

2016-10-14 Thread Angelo Tata
Hi, Roberto. Apologies for the delay. I tried your example with my existing configuration options; when it didn't work, I tried with a barebones configuration, and I realised that it starts failing when I add the thunder-lock option - not sure whether that's expected? I'll be going through the

Re: [uWSGI] Signal handling, I'm confused

2016-10-03 Thread Roberto De Ioris
> Hi, there. > I was trying to use uWSGI signals to communicate between a programmed mule > and the app's workers. > I assumed that if the mule sent uwsgi.signal(MY_NUMBER, 'workers') then my > handler would be executed once per worker. However, most of the time it's > only executed once (I have