Is there no way for me to define a specific timeout value other than 10 minutes or 24 hours ? 24 hours, which applies to HTTP requests as well as task queue tasks, is a crazy value for web requests, who would wait 24 hours for an HTTP response ?
This absence of a reasonable limit has major implications: while the user probably moved on and left the page after a few minutes, the request may be running for hours, thus slowing the whole instance.
It would be very useful to be able to specify one's own timeout value. And if that is impossible, then 10 minutes for HTTP requests is certainly a better choice than 24 hours.
Does anyone else have this kind of issue ?