Thank you Roberto, that put me on the right track. I tried your suggestion but was still experiencing the behavior, but once I shifted the order to the below, things started working as expected. # Here we are going to set up routes that have their own harakiri timers. route = ^/admin/ harakiri:300 route = ^/analytics/ harakiri:180 # Default timeout for other requests route-run = harakiri:30 On June 7, 2013 at 8:24:35 AM, Roberto De Ioris ([email protected]) wrote:
|
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
