Subversion Repositories SmartDukaan

Rev

Rev 5754 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<cronentries>
  <!-- cron>
    <url>/cron/daily-aggregator</url>
    <description>Aggregates and stores different events</description>
    <schedule>every day 00:10</schedule>
    <timezone>Asia/Kolkata</timezone>
    <target>backend</target>
  </cron-->
  <cron>
    <url>/cron/daily-product-with-source-aggregator</url>
    <description>Aggregates and stores product events with source</description>
    <schedule>every day 00:25</schedule>
    <timezone>Asia/Kolkata</timezone>
    <target>backend</target>
  </cron>
  <cron>
    <url>/cron/daily-comparison-stats-generator</url>
    <description>Collect comparison statistics for last 30 days</description>
    <schedule>every day 13:30</schedule>
    <timezone>Asia/Kolkata</timezone>
    <target>backend</target>
  </cron>
  <cron>
    <url>/cron/daily-search-query-aggregator</url>
    <description>Groups search events based on queries</description>
    <schedule>every day 00:10</schedule>
    <timezone>Asia/Kolkata</timezone>
    <target>2</target>
  </cron>
</cronentries>