From my understanding (having just looked at a load balancing issue this week). The master server as noted in the UmbracoServer table will adopt the role of doing auto publishing. This will call the address as defined by umbracoApplicationUrl to perform publishing, this URL unless specified in UmbracoSetting.config will be detected from the URLs visited by the site. The URL it should be using will be displayed in the log files. I believe if there is any problem connecting to this URL an error will be logged in the Umbraco log files but it may be worth checking explicitly.
Publishing Schedule not working on Flexible load balancing
Setup:
Umbraco Version: 7.4.3
Flexible load balancing
Sites:
www-admin.mainsite.com >> where we access the backoffice in load balanced environment www.mainsite.com www.mainsite.com/secondarysite
The scheduler was working perfect on a non-load balanced server but is now not working on a load balanced server.
Error logs shows nothing. That's the unfortunate thing. It does however create an entry that a page is scheduled for publishing/unpublishing.
Hi,
From my understanding (having just looked at a load balancing issue this week). The master server as noted in the UmbracoServer table will adopt the role of doing auto publishing. This will call the address as defined by umbracoApplicationUrl to perform publishing, this URL unless specified in UmbracoSetting.config will be detected from the URLs visited by the site. The URL it should be using will be displayed in the log files. I believe if there is any problem connecting to this URL an error will be logged in the Umbraco log files but it may be worth checking explicitly.
Not sure this'll help but worth a try. Andy
is working on a reply...