Slave instances not picking up contents published by ScheduledPublisher?
Hi, I've recently upgraded from 7.6.3 to 7.7.4. Our site is in a load-balanced environment with a single backoffice instance.
Since the upgrade I've noticed that contents published by schedule are not getting synced to the front-end instances.
In the backoffice, after the scheduled publisher kicks in, it appears the content is published as there is a link to a document. The slave instances however return 404 when I open the link.
It seems the updates to contents published by the ScheduledPublisher are not getting written to the umbracoCacheInstruction table (by the BatchedDatabaseServerMessenger?) which I am guessing because there is no http request, as the process now happens as a background task. In short, there is
no record created in the umbracoCacheInstruction table after a scheduled publish.
I've also tested this on 7.6.3, which still has scheduled publishing triggered by an http request and saw a new record in the umbracoCacheInstruction table after a scheduled publish.
Did I miss anything in the upgrade, or could this be a bug in Umbraco?
Thanks Jeavon, I wanted to delete this thread because I saw another post regarding this same issue but couldn't find this thread due to my account not being verified at the time. :)
Slave instances not picking up contents published by ScheduledPublisher?
Hi, I've recently upgraded from 7.6.3 to 7.7.4. Our site is in a load-balanced environment with a single backoffice instance.
Since the upgrade I've noticed that contents published by schedule are not getting synced to the front-end instances.
In the backoffice, after the scheduled publisher kicks in, it appears the content is published as there is a link to a document. The slave instances however return 404 when I open the link.
It seems the updates to contents published by the ScheduledPublisher are not getting written to the umbracoCacheInstruction table (by the BatchedDatabaseServerMessenger?) which I am guessing because there is no http request, as the process now happens as a background task. In short, there is no record created in the umbracoCacheInstruction table after a scheduled publish.
I've also tested this on 7.6.3, which still has scheduled publishing triggered by an http request and saw a new record in the umbracoCacheInstruction table after a scheduled publish.
Did I miss anything in the upgrade, or could this be a bug in Umbraco?
Hi Leo,
There is an issue for these symptoms at http://issues.umbraco.org/issue/U4-10715
Jeavon
Thanks Jeavon, I wanted to delete this thread because I saw another post regarding this same issue but couldn't find this thread due to my account not being verified at the time. :)
Hey Leo,
Sorry i did try to search our to see if anyone had reported it but i couldn't see anything!
Thanks Stephen
is working on a reply...