Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sitecore scheduled task only runs every hour

We set up a schedule to execute a command. It is scheduled to run every 5 minutes as follows: 20090201T235900|20190201T235900|127|00:05:00

However, from the logs we see it runs only every hour.

Is there a reason for this?

like image 264
Mel Gerats Avatar asked May 09 '12 12:05

Mel Gerats


1 Answers

check scheduling frequency in your sitecore.config file

<sitecore>
    <scheduling>
        <!-- Time between checking for scheduled tasks waiting to execute -->
        <frequency>00:05:00</frequency>
    </scheduling>
</sitecore>
like image 162
Marek Musielak Avatar answered Sep 23 '22 02:09

Marek Musielak