Closed seidlmic closed 4 years ago
GitHub is primarily for reporting bugs and issues with Waitress, not for usage. You would be better served by posting your usage question to the appropriate channel. Please see "General Support" at https://pylonsproject.org/community-support.html
Thanks for tip. I have posted there.
Hello, I can not figure out how to setup timeout (request processing takes to much time) and limit for output data.
I am using Werkzeug
Request
andResponse
objects andjsonrpcserver dispatch
method to delegate request to my processing method. In this method I haveBut even I setup
timeToSleep
much bigger thanchannel_timeout
I can seen that the request is always processed?Thanks for any help.