Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • iey08744 1 post 21 karma points
    Jul 16, 2015 @ 14:50
    iey08744
    0

    Timeout exception during execution method

    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)

    Thx

Please Sign in or register to post replies

Write your reply to:

Draft