Copied to clipboard

Flag this post as spam?

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


  • coby 3 posts 23 karma points
    Aug 24, 2010 @ 05:25
    coby
    0

    Auto publish doesn't work in load balanced environments

    Hi

    We have recently upgraded our website to v4.5.1. After a few testings, we have found that the auto publish functions: "publish at" and "remove at" don't work if we have <distributedCall enable="true">. 

    We set up the site on two servers, both pointing to the same database and the site is configured to run in the load balanced enviroments. After the "publish at" time has passed, went back to umbrco the content was published, but the change didn't shown on the website. In the umbraco.configure file we have:

    <distributedCall enable="true">
        <!-- the id of the user who's making the calls -->
        <!-- needed for security, umbraco will automatically look up correct login and passwords -->
        <user>0</user>
        <servers>
             <!-- add ip number or hostname, make sure that it can be reached from all servers -->
            <server>rc.web1.eid.co.nz</server>
            <server>rc.web2.eid.co.nz</server>
    </distributedCall>

     

    What we have also found is that: It works in the sigle node environment. If we disable load balancing and set "distributedCall" to false. The auto publish works.

    Any help would be appreciated.

Please Sign in or register to post replies

Write your reply to:

Draft