Skip to content

Instantly share code, notes, and snippets.

@blacktambourine
Created April 11, 2018 05:14
Show Gist options
  • Save blacktambourine/bfa401a651716f30d5d563f874889647 to your computer and use it in GitHub Desktop.
Save blacktambourine/bfa401a651716f30d5d563f874889647 to your computer and use it in GitHub Desktop.
CD Server scaling out
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<eventing defaultProvider="sitecore">
<eventQueueMonitor>
<!-- 180411 PS: increased this from 2 seconds to 10; fix for issue with CD instance scaling out -->
<processingInterval>00:00:10</processingInterval>
</eventQueueMonitor>
</eventing>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment