Dne 16.9.2015 v 14:44 [email protected] napsal(a):
------------------------------ Message: 3 Date: Wed, 16 Sep 2015 13:53:31 +0200 From: "Roberto De Ioris" <[email protected]> To: "uWSGI developers and users list" <[email protected]> Subject: Re: [uWSGI] overloading of harakiri Message-ID: <[email protected]> Content-Type: text/plain;charset=utf-8
>Hi all,
>I have problem with overloading of harakiri setting in config file by
>python uwsgidecorator.
>
>*uwsgi.ini:*
>
>[uwsgi]
>...
>
>harakiri = 5
>harakiri-verbose
>
>...
>
>
>*tasksfile:*
>
>@filemon('/some/dir')
>@harakiri(60)
>def fce(*args):
>      some code
>
>
you can lower it, but not increase (for security reasons).

You can bypass it and use only "user-governed" harakiri, via the internal
routing framework:

; blindly set harakiri for all the urls
route-run = harakiri:xxx

-- Roberto De Ioris http://unbit.com
it works!!

thanx a lot
laada
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to