I tried searching for answers, but it seems a little dubious on what to do in our scenario. We have 10 sites connected in the same application. The application is also load balanced on 2 servers. So in total we have 20 websites but only 2 application folders.
We have had problems with deadlocks in the EPiServer scheduler service, so we reconfigured so that only 1 site of all the 20 are now running with the config enableScheduler="true". Is this the correct way of doing it? Or should we only disable scheduler for all sites on the slave server. Or should we enable scheduler for 1 site, but on both servers?
I tried searching for answers, but it seems a little dubious on what to do in our scenario. We have 10 sites connected in the same application. The application is also load balanced on 2 servers. So in total we have 20 websites but only 2 application folders.
We have had problems with deadlocks in the EPiServer scheduler service, so we reconfigured so that only 1 site of all the 20 are now running with the config enableScheduler="true". Is this the correct way of doing it? Or should we only disable scheduler for all sites on the slave server. Or should we enable scheduler for 1 site, but on both servers?
What are the recommendations here?