Umbraco-CMS icon indicating copy to clipboard operation
Umbraco-CMS copied to clipboard

The New <IPublishedContentCache> NOT is refreshing cache for Subscriber servers on load balanced environment

Open IbrahimMNada opened this issue 4 months ago • 5 comments

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

15+

Bug summary

When having multiple nodes , one is SchedulingPublisher and the others are Subscriber ,using the extension method SetServerRegistrar .

and when you change a nodes content at the Backoffice, there are no changes at the Subscriber nodes we need to reset the cache for it to be reflected.

My config like follows :

        "DatabaseServerMessenger": {
          "MaxProcessingInstructionCount": 1000,
          "TimeBetweenPruneOperations": "00:01:00",
          "TimeBetweenSyncOperations": "00:00:01",
          "TimeToRetainInstructions": "1.00:00:00"
        }

Specifics

No response

Steps to reproduce

Having 2 nodes , one is SchedulingPublisher and another is Subscriber.

change content at the SchedulingPublisher ,

nothing is changed on the Subscriber

Expected result / actual result

Expected result : changes should be reflected.

actual result: No changes


This item has been added to our backlog AB#45026

IbrahimMNada avatar Oct 13 '24 10:10 IbrahimMNada