Subversion Repositories SmartDukaan

Rev

Rev 3506 | Rev 5544 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3506 Rev 3703
Line 3... Line 3...
3
  <cron>
3
  <cron>
4
    <url>/cron/daily-aggregator</url>
4
    <url>/cron/daily-aggregator</url>
5
    <description>Aggregates and stores different events</description>
5
    <description>Aggregates and stores different events</description>
6
    <schedule>every day 00:10</schedule>
6
    <schedule>every day 00:10</schedule>
7
    <timezone>Asia/Kolkata</timezone>
7
    <timezone>Asia/Kolkata</timezone>
-
 
8
    <target>backend</target>
8
  </cron>
9
  </cron>
9
  <cron>
10
  <cron>
10
    <url>/cron/daily-product-with-source-aggregator</url>
11
    <url>/cron/daily-product-with-source-aggregator</url>
11
    <description>Aggregates and stores product events with source</description>
12
    <description>Aggregates and stores product events with source</description>
12
    <schedule>every day 00:25</schedule>
13
    <schedule>every day 00:25</schedule>
13
    <timezone>Asia/Kolkata</timezone>
14
    <timezone>Asia/Kolkata</timezone>
-
 
15
    <target>backend</target>
14
  </cron>
16
  </cron>
15
  <cron>
17
  <cron>
16
    <url>/cron/daily-comparison-stats-generator</url>
18
    <url>/cron/daily-comparison-stats-generator</url>
17
    <description>Collect comparison statistics for last 30 days</description>
19
    <description>Collect comparison statistics for last 30 days</description>
18
    <schedule>every day 14:30</schedule>
20
    <schedule>every day 14:30</schedule>
19
    <timezone>Asia/Kolkata</timezone>
21
    <timezone>Asia/Kolkata</timezone>
-
 
22
    <target>backend</target>
20
  </cron>
23
  </cron>
21
</cronentries>
24
</cronentries>
22
25