Flexible load balancing syncing from database not scheduled on slave servers
Hi,
I'm running load balanced site, version 7.5.14, not azure or aws.
On publish, the content is being updated on the master server only. This is done by the DatabaseServerMessenger - Syncing from database... This is being logged every minute or so.
My question is how often should the DatabaseServerMessenger check for the last synced Id on slave servers? To trigger the check and content update I have to manually navigate to another page on the site and then back to the page I have published to see the change.
I'm using flexible load balancing, 2 front end servers and one master server.
I have also set the umbracoApplicationUrl on the two front-end servers only, can confirm that these have been added to the database (see below)
What would be the reason that is preventing the scheduled last synced Id updated on the fron-end servers?
Flexible load balancing syncing from database not scheduled on slave servers
Hi,
I'm running load balanced site, version 7.5.14, not azure or aws. On publish, the content is being updated on the master server only. This is done by the
DatabaseServerMessenger - Syncing from database...
This is being logged every minute or so.My question is how often should the
DatabaseServerMessenger
check for the last synced Id on slave servers? To trigger the check and content update I have to manually navigate to another page on the site and then back to the page I have published to see the change.I'm using flexible load balancing, 2 front end servers and one master server.
I have also set the umbracoApplicationUrl on the two front-end servers only, can confirm that these have been added to the database (see below)
What would be the reason that is preventing the scheduled last synced Id updated on the fron-end servers?
is working on a reply...