Try our conversational search powered by Generative AI!

Find Indexer in Load Balanced environment

Vote:
 

In a Load Balanced environment, has anyone come across configuring the Web servers to no run the index job?

I've noticed that when the EPiServerFind Index Queue gets high in the tblBigTable (DDS), all servers start trying to index this content.  I can't see anything in the configuration for disabling this.

Any ideas?

#173677
Jan 04, 2017 17:28
Vote:
 

Hi Simon,

in episerver.config you can disable the schedule jobs.

e.g.

<episerver xmlns="http://EPiServer.Configuration.EPiServerSection">
<applicationSettings 
enableScheduler="false" />
</episerver>



Usually we set enableScheduler to false for all public facing websites and true for the admin server.

thanks

#173707
Jan 05, 2017 16:27
Vote:
 

The Index queue does not get affected by the scheduler. However, the indexing queue has been improved in recent versions of Episerver Find. Which version are you running?

#174050
Jan 17, 2017 11:48
Vote:
 

Thanks Daniel - its not the scheduled job, but the on going indexing on Publish / Save of content.  Cheers for the suggestion though.

@Per, we got to the bottom of the issue which was an item failing to index, but then the contents of tblBigTable (DDS) had a lot of unindexed items which then in turn caused some processes to be locked.

I can see that the new version of Find has its own index item table, but for now we have solved this issue.

Thanks,

Simon

#174051
Jan 17, 2017 11:51
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.