Copied to clipboard

Flag this post as spam?

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


  • stephen 81 posts 122 karma points
    Feb 09, 2023 @ 10:29
    stephen
    0

    uSync 8.9.3 Import Timeout

    When applying a uSync Import it timesout during the Second Pass. The Connection Timeout is set to 90 in web.config

    This is on Azure.

    Error Log

    Dev Tools

  • Kevin Jump 2312 posts 14698 karma points MVP 7x c-trib
    Feb 09, 2023 @ 16:07
    Kevin Jump
    1

    Hi Stephen,

    This can happen, because while we do attempt to break down the requests in to blocks, if there is a lot of content and the site is slow, it might take to long.

    On azure this is 240 seconds (well it was last time i looked) - and you can't change it.

    uSync.Complete dose have better handling of this (it pages requests so it never does more than 50 items per request - so timeouts can be avoided, so you might get more joy with uSync.Exporter or uSync.Publisher if there is lots of content.

    you might also want to check to see if you have any processes in your site that trigger of Umbraco's ContentSaved or ContentPublished events/notifications as these will fire as the content is imported by usync and that could slow the process down.

  • Kevin Jump 2312 posts 14698 karma points MVP 7x c-trib
    Feb 09, 2023 @ 16:11
    Kevin Jump
    0

    Also, just to say, Upgrade to the latest version, we are always working on finding and making performance improvements - so v8.11.3 might well be fast enough to avoid this issue for you.

  • stephen 81 posts 122 karma points
    Feb 09, 2023 @ 16:30
    stephen
    0

    Thanks Kevin

Please Sign in or register to post replies

Write your reply to:

Draft