I got this exception during execution my scheduled task:
System.Net.WebException: The request was aborted: The operation has timed out.
at System.Net.HttpWebRequest.GetResponse()
at umbraco.presentation.publishingService.GetTaskByHttp(String url)
to avoid this issue, I increased the timeout:
httpRequest.Timeout = 720000;
But I still see rhe timeout exception after 2 minutes execution although it should run 12 minutes(720000 ms it's about 12 min)
Timeout exception during execution method
I got this exception during execution my scheduled task:
to avoid this issue, I increased the timeout:
But I still see rhe timeout exception after 2 minutes execution although it should run 12 minutes(720000 ms it's about 12 min)
Thx
is working on a reply...