Subversion Repositories SmartDukaan

Rev

Rev 34555 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34555 Rev 36058
Line 182... Line 182...
182
            }
182
            }
183
 
183
 
184
        }
184
        }
185
    }
185
    }
186
 
186
 
187
    @Scheduled(cron = "0 */30 * * * *")
187
    @Scheduled(cron = "0 0 6,18 * * *")
188
    public void scheduledPushDataToSolr() throws Throwable {
188
    public void scheduledPushDataToSolr() throws Throwable {
189
        this.pushDataToSolr();
189
        this.pushDataToSolr();
190
    }
190
    }
191
 
191
 
192
    @Scheduled(cron = "0 0 8 * * *")
192
    @Scheduled(cron = "0 0 8 * * *")