Hi,

I'm running uwsgi 1.9.17.1 on Ubuntu 12.04 and a Python Flask app. I'm
having trouble with uwsgi timers.

First problem @timer decorator does not work at all for me. However if I
switch to @rbtimer, I get a working timer.

Secondly, @rbtimer interacts with reloading of uwsgi.  When I hit Ctrl-C,
uwsgi seems to have to wait for the timer to expire before it can 'bury the
workers'. I can hit Ctrl-C a second timer to force quit. I get the same
behaviour with touch-reload, after a file is touched uwsgi seems to have to
wait until the timer expires.

Are these known behaviours, are there any workarounds?


Also any suggestions on the best way to track the latest stable release on
Precise would be helpful. There are a few PPAs on Launchpad on 1.9, I
picked one at random.


Richard Collins
http://richardc.net
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to