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


Processing of fce() always die after 5 sec.
I also tried use uwsgi.set_user_harakiri(60) but with same effect.


Is it somehow possible overload general setting of harakiri?

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

Reply via email to