Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Created April 25, 2018 06:59
Show Gist options
  • Save hishaamn/45d9fb2a11438e93a3ee99baec6c85e0 to your computer and use it in GitHub Desktop.
Save hishaamn/45d9fb2a11438e93a3ee99baec6c85e0 to your computer and use it in GitHub Desktop.
Patch for Database Agent
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<scheduling>
<!-- An agent that processes scheduled tasks embedded as items in the master database. -->
<agent type="Sitecore.Tools.Extensions.DatabaseAgent" method="Run" interval="00:10:00" name="Master_Database_Agent">
<param desc="database">master</param>
<param desc="schedule root">/sitecore/system/tasks/schedules</param>
<LogActivity>true</LogActivity>
</agent>
</scheduling>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment