I have a Kentico (v10.0.48) MVC instance running with three web farm servers. There is an API server, a WEB server and the CMS server. The search indexes are out of sync occasionally between the WEB and API servers. Everything appears to be running correctly when all three servers are healthy. All tasks are updating, and everything is in sync when all 3 web farm servers appear in the web farm app. After 24 hours of non-use the API server is removed from the web farm app and when a search index task is created for the WEB server it isn't created for the API server. Is there a best practice for keeping web farm servers @alive@ so they don't disappear from the web farm app and they continue to be updated? This is a client’s development site and I am trying to ensure their servers stay in sync even when they are not in use for more than 24 hours. Otherwise, they see different data from the API and WEB server and it gets confusing.From Kentico's Documentation for Kentico 10:
Details for automatic web farms:
After 24 hours of zero requests, the
system removes the server from the
system along with all its web farm
tasks.
↧