Skip to content

Commit

Permalink
changed the cron expression for the inventory snapshot background pro…
Browse files Browse the repository at this point in the history
…cess
  • Loading branch information
jmiranda committed Aug 5, 2015
1 parent d19488b commit de2b451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CalculateQuantityJob {

static triggers = {
//simple startDelay: 300000, repeatInterval: 1000l * 60 * 10 * 1 * 60 * 24; // startDelay: 5 minutes, repeatInterval: every 24 hours
cron name:'cronTrigger', cronExpression: '0 0 3 * * ?' // cronExpression: at 4am
cron name:'cronTrigger', cronExpression: '0 15 4 * * ?' // cronExpression: at 4am
//cron name:'cronTrigger', startDelay:300000, cronExpression: '0/6 * 15 * * ?' // cronExpression:
}

Expand Down

0 comments on commit de2b451

Please sign in to comment.