> Hi all,
> I have problem with overloading of harakiri setting in config file by
> python uwsgidecorator.
>
> *uwsgi.ini:*
>
> [uwsgi]
> ...
>
> harakiri = 5
> harakiri-verbose
>
> ...
>
>
> *tasks file:*
>
> @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
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to